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