//ww:run-exit 30 package main; let x: [_]int = [10, 20, 30, 40]; export fn main() i32 = { return x[2]: i32; };