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