#version 310 es
precision mediump float;
int A[4] = int[4](0, 0, 0, 0);
void f() {
A[0] = 1;
}
void main() {
f();
return;