diff options
Diffstat (limited to 'test/malloc/malloc.c')
-rw-r--r-- | test/malloc/malloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/malloc/malloc.c b/test/malloc/malloc.c index ac40ec6a2..8e93cf205 100644 --- a/test/malloc/malloc.c +++ b/test/malloc/malloc.c @@ -17,6 +17,7 @@ int main(int argc,char *argv[]) { test1(); test2(); + return 0; } void test1(void) |