//ww:error "no field 'cap' on a fixed-size array" package main; export fn main() i32 = { let a: [3]int = [1, 2, 3]; return a.cap: i32; };