diff options
Diffstat (limited to 'test/objlink.c')
-rw-r--r-- | test/objlink.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/objlink.c b/test/objlink.c index 2f92f05e..9898e015 100644 --- a/test/objlink.c +++ b/test/objlink.c @@ -27,4 +27,5 @@ int main(void) { function(text); printf("this should be 0xF00E: 0x%X\n", bsssym); printf("this should be 0xD00E: 0x%X\n", commvar); + return 0; } |