leo/asg/tests/pass/integers/u64/max.leo

3 lines
60 B
Plaintext

function main() {
const a: u64 = 18446744073709551615;
}