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