mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-21 08:31:33 +03:00
10 lines
147 B
Plaintext
10 lines
147 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
input_file: input/main_tuple_fail.in
|
|
*/
|
|
|
|
function main(x: (u8, bool, u8)) {
|
|
console.log("x: {}", x);
|
|
}
|