leo/asg/tests/fail/integers/i16/negate_min.leo
2021-01-25 07:19:38 -08:00

4 lines
58 B
Plaintext

function main() {
let a = -32768i16;
let b = -a;
}