1 // { dg-options "-std=c++0x -pedantic" }
2 
foo()3 const char* foo()
4 {
5   return __func__;
6 }
7