1 /* { dg-error "expected declaration or statement" "" { target *-*-* } 0 } */ 2 /* { dg-options "" } */ 3 foo()4 void foo() 5 { 6 __PRETTY_FUNCTION__; 7