//ww:run-exit 3 package main; def C: [3]str = ["a", "bb", "ccc"]; export fn main() i32 = { return C[2].len: i32; };