leo/compiler/tests/integers/i32/max.leo

3 lines
50 B
Plaintext

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