diff options
Diffstat (limited to 'Tests/TryCompile/exit_with_error.c')
-rw-r--r-- | Tests/TryCompile/exit_with_error.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/TryCompile/exit_with_error.c b/Tests/TryCompile/exit_with_error.c new file mode 100644 index 0000000..a9a283d --- /dev/null +++ b/Tests/TryCompile/exit_with_error.c @@ -0,0 +1,4 @@ +int main() +{ + return -1; +} |