2001-09-10 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfweak / bar.c
1 #include <stdio.h>
2
3 extern void foo ();
4
5 void
6 foo ()
7 {
8 printf ("strong foo\n");
9 }
This page took 0.03071 seconds and 5 git commands to generate.