leo/asg/tests/pass/integers/u32/max.leo
2021-01-25 07:19:38 -08:00

3 lines
48 B
Plaintext

function main() {
let a: u32 = 4294967295;
}