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