blob: 48e9e5d15cbc815a83b8a3d75e4a9cdc59d2e64e [file] [log] [blame]
// { dg-lto-do assemble }
struct Foo { Foo(int); }; void func() { new Foo(0); }