2004-04-20 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfweak / size_main.c
1 extern void foo ();
2
3 int
4 main ()
5 {
6 foo ();
7 return 0;
8 }
This page took 0.030481 seconds and 5 git commands to generate.