mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-30 13:42:24 +03:00
11 lines
123 B
Plaintext
11 lines
123 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
*/
|
|
|
|
program test.aleo {
|
|
function main() {
|
|
const i = 1 u16;
|
|
}
|
|
}
|