leo/tests/parser/functions/spaced_annotation_fail.leo
2022-10-05 16:54:50 -07:00

10 lines
108 B
Plaintext

/*
namespace: Parse
expectation: Fail
*/
program test.aleo {
@ test
function test() -> u8 {}
}