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
/
20081127_1.C
blob: 6488ac8d797d644f83a2b91902b96a00752abb94 (
plain
)
1
2
3
struct
Foo
{
Foo
();
};
Foo
::
Foo
()
{
}
main
()
{
return
0
;
}