(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.other/
fnname1.C
// { dg-do link  }
// { dg-options "-g" }
// Origin: Loren James Rittle <rittle@latour.rsch.comm.mot.com>

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