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