index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20081022_0.C
blob: 219f92d6a9607f8794e560132a1a5ab940cccc4f (
plain
)
1
2
3
4
5
6
7
8
9
10
11
#include
"20081022.h"
int
f
(
foo
*
a
)
{
return
a
->
bar
();
}
main
()
{
}