leo/compiler/tests/input_files/program_input/main_tuple_fail.leo
2021-03-16 16:32:55 +03:00

3 lines
65 B
Plaintext

function main(x: (u8, bool, u8)) {
console.log("x: {}", x);
}