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

2 lines
71 B
GLSL

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