3 lines
71 B
GLSL
3 lines
71 B
GLSL
/* FAIL - cannot declare a variable as having type `void' */
|
|
void foo;
|
/* FAIL - cannot declare a variable as having type `void' */
|
|
void foo;
|