mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-26 11:45:00 +03:00
16 lines
148 B
Plaintext
16 lines
148 B
Plaintext
|
/*
|
||
|
namespace: Parse
|
||
|
expectation: Pass
|
||
|
*/
|
||
|
|
||
|
@foo
|
||
|
@bar
|
||
|
@baz
|
||
|
function foo() -> u8 {}
|
||
|
|
||
|
@program
|
||
|
function mint() -> u8 {}
|
||
|
|
||
|
@test
|
||
|
function test() -> u8 {}
|