//ww:run-exit 4 package main; def B: [_]int = [1, 2, 3, 4]; export fn main() i32 = { return B.len: i32; };