var A : array; type T = i32; @fragment fn f() { A[0] = 1; }