1 2 3 4 5 6 7 8
/* { dg-do compile } */ extern void foo (void); void test_nesting (void) { foo (); /* { dg-error "top-level error" } */ }