aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.other/fnname1.C
blob: e8e3254ab6eafeda7203521c78eaf5c02bca4b51 (plain)
1
2
3
4
5
6
7
8
// { dg-do link  }
// { dg-options "-g" }
// Origin: Loren James Rittle <rittle@latour.rsch.comm.mot.com>

int main ()
{
  const char *s = __FUNCTION__;
}