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

3 lines
42 B
Plaintext

function main() {
const a: i8 = 127;
}