leo/compiler/tests/integers/i32/min_fail.leo

3 lines
51 B
Plaintext

function main() {
const a: i32 = -2147483649;
}