Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / other / error3.C
blobbd5d70109457f3c0f7d24a75c203966518c6182b
1 // Test for proper error message formatting; the throw() should go inside
2 // the parens, as below.
4 void (*g() throw())();          // { dg-error "g\\(\\) throw" "" }
5 void (*g())();                  // { dg-error "" "" }