//ww:run-exit 3 package main; export fn main() i32 = { let x: [_]str = ["a", "b", "c"]; return x.len: i32; };