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

12 lines
192 B
Plaintext

/*
namespace: Parse
expectation: Pass
*/
program test.aleo {
// This test currently passes, but we should disallow dangling annotations.
@test
function test() -> u8 {}
}