rt_gccstream/gcc/testsuite/g++.old-deja/g++.other/fnname1.C

9 lines
155 B
C

// { dg-do link }
// { dg-options "-g" }
// Origin: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
int main ()
{
const char *s = __FUNCTION__;
}