leo/disabled_tests/compiler/integers/i8/max_fail.leo

8 lines
86 B
Plaintext

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