mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-11 03:19:00 +03:00
8 lines
86 B
Plaintext
8 lines
86 B
Plaintext
/*
|
|
namespace: Parse
|
|
expectation: Pass
|
|
*/
|
|
|
|
function x(x: u32, y: i32) {
|
|
return 0;
|
|
} |