leo/compiler/tests/integers/u32/max.leo

3 lines
48 B
Plaintext
Raw Normal View History

function main() -> u32 {
2020-07-17 22:59:18 +03:00
return 4294967295
}