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