mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-28 12:45:26 +03:00
10 lines
108 B
Plaintext
10 lines
108 B
Plaintext
/*
|
|
namespace: Parse
|
|
expectation: Fail
|
|
*/
|
|
|
|
program test.aleo {
|
|
@ test
|
|
function test() -> u8 {}
|
|
}
|