From f8f1085e5ed21f63a7ab5af02ca9a8249bf1f6a2 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 23 Mar 2010 11:54:03 -0700 Subject: [PATCH] Add test for declaring variables of type void. --- tests/void-01.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/void-01.txt diff --git a/tests/void-01.txt b/tests/void-01.txt new file mode 100644 index 00000000000..5719edc0b6c --- /dev/null +++ b/tests/void-01.txt @@ -0,0 +1,2 @@ +/* FAIL - cannot declare a variable as having type `void' */ +void foo; -- 2.30.2