leo/tests/compiler/_group/negate.leo
2021-05-05 17:48:33 +03:00

3 lines
66 B
Plaintext

function main(a: group, b: group) {
console.assert(-a == b);
}