summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/void-01.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/void-01.txt b/tests/void-01.txt
new file mode 100644
index 0000000000..5719edc0b6
--- /dev/null
+++ b/tests/void-01.txt
@@ -0,0 +1,2 @@
+/* FAIL - cannot declare a variable as having type `void' */
+void foo;