summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-elfweak/size_main.c
blob: 2cee0a9446a8251f6cb8049b058087e265dc5968 (plain)
1
2
3
4
5
6
7
8
extern void foo ();

int
main ()
{
  foo ();
  return 0;
}