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