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