mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-28 12:45:26 +03:00
12 lines
192 B
Plaintext
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 {}
|
|
}
|