leo/compiler/tests/group/point_input.leo
2020-08-13 11:37:48 -07:00

3 lines
42 B
Plaintext

function main(a: group) {
let b = a;
}