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