[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[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); }