diff options
Diffstat (limited to 'elf/tst-secondary2mod.c')
-rw-r--r-- | elf/tst-secondary2mod.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/elf/tst-secondary2mod.c b/elf/tst-secondary2mod.c new file mode 100644 index 0000000000..f9407a9b1c --- /dev/null +++ b/elf/tst-secondary2mod.c @@ -0,0 +1,12 @@ +#include "tst-secondary.h" + +int +bar (void) +{ + return GLOBAL; +} + +void +foo (void) +{ +} |