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