source:
trunk/binutils/ld/testsuite/ld-elfvers/vers7.c
| Last change on this file was 10, checked in by , 23 years ago | |
|---|---|
|
|
| File size: 150 bytes | |
| Line | |
|---|---|
| 1 | /* |
| 2 | * Test program that goes with test7.so |
| 3 | */ |
| 4 | |
| 5 | extern int hide_a(); |
| 6 | extern int show_b(); |
| 7 | |
| 8 | int |
| 9 | main() |
| 10 | { |
| 11 | return hide_a(1) + show_b(1); |
| 12 | return 0; |
| 13 | } |
Note:
See TracBrowser
for help on using the repository browser.
