* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / __func__.C
blob7c2a712d75043d6e9fd3fa62a95ceb15a55e3a2e
1 // { dg-do compile { target c++11 } }
2 // { dg-options "-pedantic" }
4 const char* foo()
6   return __func__;