diff options
Diffstat (limited to 'tests/002.sh')
| -rw-r--r-- | tests/002.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/002.sh b/tests/002.sh new file mode 100644 index 0000000..ee54213 --- /dev/null +++ b/tests/002.sh @@ -0,0 +1,5 @@ +bash ../../test_exit_code.sh 21 <<'EOF' +int main() { + return 5+20-4; +} +EOF |
