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