/*
namespace: Compile
expectation: Fail
input_file: input/main_array_fail.in
*/
function main(x: [i16; 2]) {
console.log("x: {}", x);
}