[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20080910-1_0.C
blob48e9e5d15cbc815a83b8a3d75e4a9cdc59d2e64e
1 // { dg-lto-do assemble }
2 struct Foo { Foo(int); }; void func() { new Foo(0); }