Merge remote branch 'origin/master' into glsl2
[mesa.git] / src / glsl / tests / void-01.glsl
1 /* FAIL - cannot declare a variable as having type `void' */
2 void foo;