//ww:run-exit 3 package main; export fn main() i32 = { let a: [3]int = [10, 20, 30]; return a.len: i32; };