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

3 lines
50 B
Plaintext

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