Sign in
fuchsia
/
third_party
/
glslang
/
e0932f676db6e816184376b0e2381344bdfe1a39
/
.
/
Test
/
negativeArraySize.comp
blob: 20636c0a7d01c99bf03d1f7a0a98d0d1c70086f3 [
file
]
#version 310 es
#ifdef
GL_ES
precision mediump
float
;
#endif
void
main
()
{
float
f
[-
2
];
// cannot declare arrays with negative size
}