blob: b9ec6d059561b24d2b841f1e90d435498a5e983d [file] [log] [blame]
SKIP: FAILED
#version 310 es
precision highp float;
precision highp int;
uint x_1 = 0u;
void main_1() {
uint x_2 = x_1;
}
void main(uint x_1_param) {
x_1 = x_1_param;
main_1();
}
error: Error parsing GLSL shader:
ERROR: 0:10: 'main' : function cannot take any parameter(s)
ERROR: 0:10: '' : compilation terminated
ERROR: 2 compilation errors. No code generated.
tint executable returned error: exit status 1