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

3 lines
59 B
Plaintext

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