blob: 7c2a712d75043d6e9fd3fa62a95ceb15a55e3a2e [file] [log] [blame]
// { dg-do compile { target c++11 } }
// { dg-options "-pedantic" }
const char* foo()
{
return __func__;
}