OSDN Git Service

Formatting fixes.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.other / linkage5.C
1 // { dg-do assemble  }
2 // Origin: Jason Merrill <jason@cygnus.com>
3
4 static int f ();
5 int f ();
6 static int f ();