Add test for declaring variables of type void.
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 23 Mar 2010 18:54:03 +0000 (11:54 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 23 Mar 2010 18:54:03 +0000 (11:54 -0700)
tests/void-01.txt [new file with mode: 0644]

diff --git a/tests/void-01.txt b/tests/void-01.txt
new file mode 100644 (file)
index 0000000..5719edc
--- /dev/null
@@ -0,0 +1,2 @@
+/* FAIL - cannot declare a variable as having type `void' */
+void foo;