leo/tests/pass/parse/integers/i32/max.leo
2021-03-03 09:59:24 -08:00

3 lines
48 B
Plaintext

function main() {
let a: i32 = 2147483647;
}