leo/compiler/tests/u32/zero.leo
2020-05-01 22:10:40 -07:00

4 lines
42 B
Plaintext

function main() -> (u32) {
return 0
}