leo/compiler/tests/group/add.leo
2020-05-30 15:37:11 -07:00

4 lines
63 B
Plaintext

function main() -> group {
let a: group = 0 + 0;
return a
}