diff options
Diffstat (limited to 'elf/testobj1_1.c')
-rw-r--r-- | elf/testobj1_1.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/testobj1_1.c b/elf/testobj1_1.c index c0f2aa4678..a146067872 100644 --- a/elf/testobj1_1.c +++ b/elf/testobj1_1.c @@ -1,3 +1,5 @@ +extern int obj1func2 (int); + int obj1func1 (int a) { |