mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-11 11:47:21 +03:00
10 lines
132 B
Plaintext
10 lines
132 B
Plaintext
/*
|
|
namespace: Parse
|
|
expectation: Pass
|
|
*/
|
|
|
|
program test.aleo {
|
|
function x(x: u32, y: i32) -> u8 {
|
|
return 0u8;
|
|
}}
|