leo/tests/pass/parse/integers/i8/negate_min.leo
2021-03-03 09:59:24 -08:00

4 lines
55 B
Plaintext

function main() {
let a = -128i8;
let b = -a;
}