Rebase.
[official-gcc.git] / gcc / testsuite / g++.dg / init / const9.C
blobba1dfd4bc46eb899622e3c0b8f013ef26baa1766
1 // PR c++/55893
2 // { dg-final { scan-assembler-not "rodata" } }
4 struct foo
6   virtual ~foo ();
7 };
9 int main ()
11   static const foo tmp;