diff options
Diffstat (limited to 'elf/testobj1_1.c')
-rw-r--r-- | elf/testobj1_1.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/elf/testobj1_1.c b/elf/testobj1_1.c new file mode 100644 index 0000000000..c0f2aa4678 --- /dev/null +++ b/elf/testobj1_1.c @@ -0,0 +1,5 @@ +int +obj1func1 (int a) +{ + return 42 + obj1func2 (a); +} |