blob: d3d69e3e7a6b4457c320aca7f99bd3ef3efcadce [file] [log] [blame]
precision mediump float;
precision mediump sampler2D;
void tooBig(inout highp int x) {
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
++x;
}
void main() {
highp int x = 0;
tooBig(x);
tooBig(x);
}