leo/compiler/tests/group/negate.leo
2020-08-04 21:37:09 -07:00

3 lines
60 B
Plaintext

function main(a: group, b: group) {
assert_eq!(-a, b);
}