blob: 37501451b829649567a62360cca73f59e5dbcc6f [file] [log] [blame]
var<private> arr = array(array(1f, 2f), array(3f, 4f));
fn f() {
var v = arr;
}