Files
third_party_mesa3d/tests/void-01.glsl
2010-03-23 11:57:24 -07:00

3 lines
71 B
GLSL

/* FAIL - cannot declare a variable as having type `void' */
void foo;