xref
: /
dports
/
lang
/
gcc48
/
gcc-4.8.5
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
__func__.C
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// { dg-options "-std=c++0x -pedantic" }
2
foo()
3
const
char
*
foo
()
4
{
5
return
__func__
;
6
}
7