(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lto/
20080910-1_0.C
// { dg-lto-do assemble }
struct Foo { Foo(int); }; void func() { new Foo(0); }