blob: 0e5a95c8ee934f0facbc992070a91b8c4efac94a [file] [log] [blame]
/* { dg-lto-do link } */
/* { dg-lto-options "-O2 -Wno-odr" } */
/* { dg-extra-ld-options { -O2 -Wno-odr -r -nostdlib } } */
namespace std {
class exception {};
class runtime_error : exception {
virtual char m_fn1();
} a;
}