blob: af466ef524eafa67eab10c7017a24dca4bd2ce23 [file] [log] [blame]
#version 310 es
precision highp float;
precision highp int;
int A[4] = int[4](0, 0, 0, 0);
void main() {
A[0] = 1;
}