diff options
Diffstat (limited to 'Tests/TryCompile/exit_with_error.c')
-rw-r--r-- | Tests/TryCompile/exit_with_error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TryCompile/exit_with_error.c b/Tests/TryCompile/exit_with_error.c index f3c523d..dbddcf5 100644 --- a/Tests/TryCompile/exit_with_error.c +++ b/Tests/TryCompile/exit_with_error.c @@ -3,5 +3,5 @@ int main() { printf("hello world\n"); - return -1; + return 1; } |