leo/tests/parser/functions/annotated_functions.leo

16 lines
148 B
Plaintext
Raw Normal View History

2022-08-05 01:42:57 +03:00
/*
namespace: Parse
expectation: Pass
*/
@foo
@bar
@baz
function foo() -> u8 {}
@program
function mint() -> u8 {}
@test
function test() -> u8 {}