diff options
Diffstat (limited to 'tests/trivial.c')
-rw-r--r-- | tests/trivial.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/trivial.c b/tests/trivial.c new file mode 100644 index 0000000000..f7e96d8109 --- /dev/null +++ b/tests/trivial.c @@ -0,0 +1,7 @@ + +void exit(int); + +main() +{ + exit(0); +} |