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