blob: ea2f45dd76f89d4b26aa52c220903d755fcfa78f [file] [log] [blame]
fn f() -> i32 {
var a = array<i32, 8>(1, 2, 3, 4, 5, 6, 7, 8);
return a[1];
}