blob: 92a79ac69c96f6b74188ee517447a003da5ac6a6 [file] [log] [blame]
var<private> A : array<S, 4>;
struct S {
m : i32,
}
@fragment
fn f() {
A[0] = S(1);
}