aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/070.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/070.sh')
-rw-r--r--tests/070.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/070.sh b/tests/070.sh
deleted file mode 100644
index e90f1e0..0000000
--- a/tests/070.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-cat <<'EOF' > expected
-123
-EOF
-
-test_diff <<'EOF'
-#define foo() 123
-
-int printf();
-
-int main() {
- printf("%d\n", foo());
-}
-EOF