leo/compiler/tests/integer/u32/zero.leo

4 lines
40 B
Plaintext
Raw Normal View History

function main() -> u32 {
return 0
}