leo/compiler/tests/integers/i32/min.leo
2020-07-15 21:55:45 -07:00

3 lines
47 B
Plaintext

function main() -> i32 {
return -2147483648
}