//ww:run-exit 3 package main; def C: [3]str = ["x", "yy", "zzz"]; export fn main() i32 = { let s: str = C[2]; return s.len: i32; };