source:
trunk/binutils/ld/testsuite/ld-elfweak/bar.c
Last change on this file was 607, checked in by , 22 years ago | |
---|---|
|
|
File size: 137 bytes |
Line | |
---|---|
1 | #include <stdio.h> |
2 | |
3 | extern void foo (); |
4 | extern void foobar (); |
5 | |
6 | void |
7 | foo () |
8 | { |
9 | printf ("strong foo\n"); |
10 | } |
11 | |
12 | void |
13 | foobar () |
14 | { |
15 | foo (); |
16 | } |
Note:
See TracBrowser
for help on using the repository browser.