mesa/src/glsl/tests/void-01.glsl

2 lines
71 B
GLSL

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