diff options
Diffstat (limited to 'elf/origtest.c')
-rw-r--r-- | elf/origtest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/origtest.c b/elf/origtest.c index 11bd0f76cf..1cacabcc39 100644 --- a/elf/origtest.c +++ b/elf/origtest.c @@ -31,6 +31,7 @@ main (void) } +extern int foo (int a); int foo (int a) { |