mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-30 03:34:51 +03:00
23 lines
253 B
Plaintext
23 lines
253 B
Plaintext
/*
|
|
namespace: Parse
|
|
expectation: Pass
|
|
*/
|
|
|
|
program test.aleo {
|
|
function main() -> bool {
|
|
|
|
}
|
|
|
|
finalize main() {
|
|
|
|
}
|
|
|
|
function main() -> bool {
|
|
|
|
} finalize main(a: foo, b: bar) -> baz {
|
|
|
|
}
|
|
|
|
|
|
}
|