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