mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-26 19:51:52 +03:00
10 lines
150 B
Plaintext
10 lines
150 B
Plaintext
/*
|
|
namespace: Parse
|
|
expectation: Pass
|
|
*/
|
|
|
|
program test.aleo {
|
|
function x(const x: u8) -> u8 {}
|
|
|
|
function y(constant y: u64) -> u8 {}}
|