Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / 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" } }