//ww:run-exit 2 package main; def C: [2]str = ["ab", "cde"]; export fn main() i32 = { return C.len: i32; };