Add -mcpu=power11 support.
[official-gcc.git] / gcc / testsuite / g++.dg / lto / pr65475b_1.C
blob29cb46199282e558a303f36eca21e824d2b57e42
1 namespace std {
2 class exception {
3   virtual char m_fn1();
4 };
5 class runtime_error : exception {
6 } b;