Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / g++.dg / abi / inline1.C
blob97082aa73770c765dc08dee32b3605a586593063
1 struct S {
2   S() {}
3   virtual void g() {}
4 };
6 // { dg-final { scan-assembler-not "_ZTV1S" } }