/* namespace: Compile expectation: Pass input_file: input/main_array.in */ function main(x: [i16; 1]) -> bool{ return x[0] == 0; }