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_0.C
blob: a5200ff4beac91eee440a2ab5cca512ffe7aa943 (
plain
)
1
2
struct
Foo
{
Foo
();
};
static
void
func
()
{
new
Foo
();
}