Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
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__
;
}