blob: 72648b5184fffcf69a0aff3803bb4be0e9053ece [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;
}