leo/compiler/tests/group/negate.leo
2020-08-16 19:14:26 -07:00

3 lines
66 B
Plaintext

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