//ww:error "array literal has 3 elements but declared array holds 2" package main; let g: [2]int = [1, 2, 3]; export fn main() i32 = { return 0; };