aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/__func__.C
blob: 7c2a712d75043d6e9fd3fa62a95ceb15a55e3a2e (plain)
1
2
3
4
5
6
7
// { dg-do compile { target c++11 } }
// { dg-options "-pedantic" }

const char* foo()
{
  return __func__;
}