diff options
Diffstat (limited to 'REORG.TODO/elf/global.c')
-rw-r--r-- | REORG.TODO/elf/global.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/REORG.TODO/elf/global.c b/REORG.TODO/elf/global.c new file mode 100644 index 0000000000..c675858b64 --- /dev/null +++ b/REORG.TODO/elf/global.c @@ -0,0 +1,7 @@ +extern int test (void); + +int +main (void) +{ + return test (); +} |