mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-28 12:45:26 +03:00
11 lines
122 B
Plaintext
11 lines
122 B
Plaintext
/*
|
|
namespace: Parse
|
|
expectation: Fail
|
|
*/
|
|
|
|
program test.aleo {
|
|
function main() {
|
|
let x = 1u8;
|
|
}
|
|
\}
|