fn f(x : i32) -> i32 { var a = array(1, 2, 3, 4, 5, 6, 7, 8); let i = x; return a[i]; }