//ww:run-exit 1 package main; export fn main() i32 = { let x: [_]int = [7]; return x.len: i32; };