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