blob: 9501ceae0cc8780c45fcbcaa4d7e8d43769a972e [file] [log] [blame]
SKIP: FAILED
#version 310 es
precision mediump float;
struct S {
uint field0;
uint field1[];
};
void main_1() {
return;
}
void tint_symbol() {
main_1();
}
void main() {
tint_symbol();
return;
}
Error parsing GLSL shader:
ERROR: 0:6: '' : array size required
ERROR: 0:7: '' : compilation terminated
ERROR: 2 compilation errors. No code generated.