OSDN Git Service

Formatting fixes.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.other / fnname1.C
1 // { dg-do link  }
2 // { dg-options "-g" }
3 // Origin: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
4
5 int main ()
6 {
7   const char *s = __FUNCTION__;
8 }