blob: 61915b7998e7a16b68a559bd7fa484079573bdd8 [file] [log] [blame]
static int A[4] = (int[4])0;
void f() {
A[0u] = int(1);
}