blob: ba1dfd4bc46eb899622e3c0b8f013ef26baa1766 [file] [log] [blame]
// PR c++/55893
// { dg-final { scan-assembler-not "rodata" } }
struct foo
{
virtual ~foo ();
};
int main ()
{
static const foo tmp;
}