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