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