1 2 3 4 5 6 7 8 9
// { dg-do compile } external_reference void exit(int); // { dg-error "(parse|syntax) error" } static int foo (int a); foo { return a; }