OpenGrok
Cross Reference: void-01.glsl
xref
: /
external
/
mesa3d
/
src
/
glsl
/
tests
/
void-01.glsl
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
/* FAIL - cannot declare a variable as having type `void' */
2
void
foo
;
3