blob: 1ba4a9fd31a44a3f0e414104f4c19615ef7f5f80 [file] [log] [blame]
void array_index() { int x[2][2]; int i; x[i][1] = 4; }