mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-26 03:33:44 +03:00
10 lines
126 B
Plaintext
10 lines
126 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
*/
|
|
|
|
program test.aleo {
|
|
function main() {
|
|
const a: i8 = 128i8;
|
|
}}
|