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

3 lines
78 B
Plaintext

function main() {
let a: i128 = 170141183460469231731687303715884105728;
}