leo/compiler/tests/integers/u128/min_fail.leo

3 lines
43 B
Plaintext

function main() {
const a: u128 = -1;
}