leo/compiler/tests/group/input.leo
2020-06-01 14:20:14 -07:00

3 lines
47 B
Plaintext

function main(g: group) -> group {
return g
}