leo/tests/compiler/integers/i8/max_fail.leo
2022-10-05 16:53:49 -07:00

10 lines
126 B
Plaintext

/*
namespace: Compile
expectation: Fail
*/
program test.aleo {
function main() {
const a: i8 = 128i8;
}}