leo/asg/tests/pass/integers/i64/max.leo
2021-01-25 07:19:38 -08:00

3 lines
57 B
Plaintext

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