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