2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / lto / pr65475b_0.C
blob0e5a95c8ee934f0facbc992070a91b8c4efac94a
1 /* { dg-lto-do link } */
2 /* { dg-lto-options "-O2  -Wno-odr" } */
3 /* { dg-extra-ld-options { -O2 -Wno-odr -r -nostdlib } } */
4 namespace std {
5 class exception {};
6 class runtime_error : exception {
7   virtual char m_fn1();
8 } a;