Merge -r 127928:132243 from trunk
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / __func__.C
blob1ac9065153322fe5af082f06c8328fc5d6a280ce
1 // { dg-options "-std=c++0x -pedantic" }
3 const char* foo()
5   return __func__;