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