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