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