leo/compiler/tests/integers/i32/max_fail.leo

3 lines
50 B
Plaintext

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