tests: avoid compiler warning
[gnulib.git] / tests / test-stdlib.c
index 8066b05..e613b27 100644 (file)
@@ -59,5 +59,5 @@ main (void)
 #endif
       break;
     }
-  return 0;
+  return exitcode;
 }