1 // PR c++/37789
2 // { dg-do compile }
3 
foo()4 void foo():
5 {		// { dg-error "initializers|identifier" }
6   __FUNCTION__;
7 }
8