diff options
Diffstat (limited to 'tests/017.sh')
| -rw-r--r-- | tests/017.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/017.sh b/tests/017.sh new file mode 100644 index 0000000..504f7d8 --- /dev/null +++ b/tests/017.sh @@ -0,0 +1,7 @@ +set -e + +bash ../../test_output.sh "" <<'EOF' +int main() { + return 0; +} +EOF |
