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