rt_gccstream/gcc/testsuite/g++.dg/cpp0x/__func__.C

7 lines
83 B
C

// { dg-options "-std=c++0x -pedantic" }
const char* foo()
{
return __func__;
}