//ww:run-exit 5 package main; export fn main() i32 = { let a: str = "abcde"; let b: str = "xy"; let t: [2]str = [a, b]; return t[0].cap: i32; };