projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41ec6a4
)
Add test for declaring variables of type void.
author
Ian Romanick
<ian.d.romanick@intel.com>
Tue, 23 Mar 2010 18:54:03 +0000
(11:54 -0700)
committer
Ian 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]
patch
|
blob
diff --git a/tests/void-01.txt
b/tests/void-01.txt
new file mode 100644
(file)
index 0000000..
5719edc
--- /dev/null
+++ b/
tests/void-01.txt
@@ -0,0
+1,2
@@
+/* FAIL - cannot declare a variable as having type `void' */
+void foo;