leo/compiler/tests/integers/i64/max_fail.leo
2020-07-30 16:20:31 -07:00

3 lines
57 B
Plaintext

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