leo/compiler/tests/group/point_input.leo

3 lines
42 B
Plaintext
Raw Normal View History

2020-08-13 21:37:48 +03:00
function main(a: group) {
let b = a;
}