blob: 9f79abd013a4dc8e7b9d1dcea120616ee8c54ff5 [file] [log] [blame]
var<private> arr = array<i32, 2>(1i, 2i);
fn f() {
var v = arr;
}