leo/asg/tests/pass/integers/i64/max.leo

3 lines
59 B
Plaintext

function main() {
const a: i64 = 9223372036854775807;
}