Add -mcpu=power11 support.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / inline1.C
blob5c3034c6ec28c6a25d935bb4c28dab6264caa6f4
1 struct f
3   int oo()
4   {
5     return (2; // { dg-error "" }
6   }
7 };