aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.3/gcc/testsuite/g++.old-deja/g++.other/linkage5.C
blob: 7c420c116d09591156be3b51eaad3fdc79f96db1 (plain)
1
2
3
4
5
6
// { dg-do assemble  }
// Origin: Jason Merrill <jason@cygnus.com>

static int f ();
int f ();
static int f ();