leo/tests/parser/functions/annotated_functions.leo
2022-08-04 17:55:26 -07:00

16 lines
148 B
Plaintext

/*
namespace: Parse
expectation: Pass
*/
@foo
@bar
@baz
function foo() -> u8 {}
@program
function mint() -> u8 {}
@test
function test() -> u8 {}