leo/compiler/tests/group/sub.leo
2020-07-30 12:54:34 -07:00

3 lines
73 B
Plaintext

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