var A : array; struct S { m : i32, } @fragment fn f() { A[0] = S(1); }