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

3 lines
45 B
Plaintext

function main() {
const a: i16 = 32767;
}