blob: 7d88fd5d1133db9fb55e77130eb14d4403a15c80 [file] [log] [blame]
var<private> arr = array<f32, 2>(1.0f, 2.0f);
fn f() {
var v = arr;
}