(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
other/
pr37789.C
// PR c++/37789
// { dg-do compile }

void foo():
{		// { dg-error "initializers|identifier" }
  __FUNCTION__;
}