blob: d1cc2ad6cab285f33011ac36790d1dd27390a89a [file] [log] [blame]
SKIP: FAILED
#version 310 es
precision highp float;
precision highp int;
void g(float a, float b) {
}
void main(vec4 fbf, vec4 pos) {
g(fbf[3u], pos[0u]);
}
error: Error parsing GLSL shader:
ERROR: 0:8: 'main' : function cannot take any parameter(s)
ERROR: 0:8: '' : compilation terminated
ERROR: 2 compilation errors. No code generated.
tint executable returned error: exit status 1