fixed bash/dash/sh issue (Ubuntu)
[zpugcc/jano.git] / toolchain / binutils / ld / testsuite / ld-elfweak / bar.c
blob631751884b663ebfa68f541dc594213a429bfe12
1 #include <stdio.h>
3 extern void foo ();
4 extern void foobar ();
6 void
7 foo ()
9 printf ("strong foo\n");
12 void
13 foobar ()
15 foo ();