//ww:error "array literal has" package main; export fn main() i32 = { let X: [0]int = [1, 2]; return X[1]: i32; };