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