diff options
Diffstat (limited to 'test/stdlib/testatexit.c')
-rw-r--r-- | test/stdlib/testatexit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/stdlib/testatexit.c b/test/stdlib/testatexit.c index 374f7b8aa..3d4856df3 100644 --- a/test/stdlib/testatexit.c +++ b/test/stdlib/testatexit.c @@ -69,6 +69,7 @@ main ( void ) i = (i+1) % numfuncs; } printf("%d functions registered with atexit.\n", count); - /* implicit exit */ + + return 0; } |