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