diff options
Diffstat (limited to 'tests/037.sh')
| -rw-r--r-- | tests/037.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/037.sh b/tests/037.sh deleted file mode 100644 index bef69a5..0000000 --- a/tests/037.sh +++ /dev/null @@ -1,16 +0,0 @@ -cat <<'EOF' > expected -hi -EOF -test_diff <<'EOF' -int printf(); - -void f() { - printf("hi\n"); - return; -} - -int main() { - f(); - return 0; -} -EOF |
