2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / linkage5.C
blob7c420c116d09591156be3b51eaad3fdc79f96db1
1 // { dg-do assemble  }
2 // Origin: Jason Merrill <jason@cygnus.com>
4 static int f ();
5 int f ();
6 static int f ();