Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
__func__.C
blob: 7c2a712d75043d6e9fd3fa62a95ceb15a55e3a2e [
file
] [
log
] [
blame
]
// { dg-do compile { target c++11 } }
// { dg-options "-pedantic" }
const
char
*
foo
()
{
return
__func__
;
}