aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/094.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/094.sh')
-rw-r--r--tests/094.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/094.sh b/tests/094.sh
deleted file mode 100644
index ae622bc..0000000
--- a/tests/094.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-touch expected
-test_diff <<'EOF'
-// A keyword is treated as a normal identifier in preprocessing phase.
-#define auto int
-
-auto printf();
-auto main() {}
-EOF