From: Ian Romanick Date: Tue, 23 Mar 2010 18:54:03 +0000 (-0700) Subject: Add test for declaring variables of type void. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f8f1085e5ed21f63a7ab5af02ca9a8249bf1f6a2;p=mesa.git Add test for declaring variables of type void. --- 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;