//ww:run-exit 1 package main; fn main() i32 = { let r: [3]rune = ['a', 'b', 'c']; let v: rune = r[1]; return (v: i32) - 97i32; };