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

3 lines
45 B
Plaintext

function main() {
const a: u16 = 65535;
}