Remove outermost loop parameter.
[official-gcc/graphite-test-results.git] / gcc / testsuite / g++.dg / cpp0x / __func__.C
blob1ac9065153322fe5af082f06c8328fc5d6a280ce
1 // { dg-options "-std=c++0x -pedantic" }
3 const char* foo()
5   return __func__;