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