//ww:error "[_]T needs an array-literal initialiser" package main; export fn main() i32 = { let x: [_]int = 5; return 0; };