Merge branches/gcc-4_8-branch rev 216856
[official-gcc.git] / gcc-4_8-branch / gcc / testsuite / g++.dg / init / const9.C
blobd733e953332edfa78393c09e97675b34d0e32bcc
1 // PR c++/55893
2 // { dg-final { scan-assembler-not "rodata" { target { ! hppa*-*-* } } } }
4 struct foo
6   virtual ~foo ();
7 };
9 int main ()
11   static const foo tmp;