Files
third_party_mesa3d/tests/void-01.glsl

3 lines
71 B
Plaintext
Raw Normal View History

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