Sign in
fuchsia
/
third_party
/
mesa
/
main
/
.
/
src
/
compiler
/
glsl
/
tests
/
warnings
/
000-basic-test.vert
blob: 4b51ac1a00dba268fc7ea6e539cd315c9030ea44 [
file
] [
log
] [
blame
]
#version 130
void
main
()
{
float
foo
;
float
undefined
;
foo
=
undefined
;
gl_Position
=
vec4
(
1.0
);
}