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
/
20080910-1_0.C
blob: 48e9e5d15cbc815a83b8a3d75e4a9cdc59d2e64e (
plain
)
1
2
// { dg-lto-do assemble }
struct
Foo
{
Foo
(
int
);
};
void
func
()
{
new
Foo
(
0
);
}