leo/compiler/tests/integers/i32/min.leo

3 lines
51 B
Plaintext

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