blob: a3bfdc9cf98e3b2c34fdcc44e6af0971b01413d1 [file] [log] [blame]
var<private> arr = array<vec2<f32>, 2>(vec2(1), vec2(2));
fn f() {
var v = arr;
}