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