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