leo/compiler/tests/integers/i8/min_fail.leo

3 lines
43 B
Plaintext

function main() {
const a: i8 = -129;
}