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