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