leo/compiler/tests/input_files/program_input/main_array_fail.leo

3 lines
56 B
Plaintext
Raw Normal View History

2021-02-10 19:57:10 +03:00
function main(x: [i16; 2]){
console.log("x: {}", x);
}