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

3 lines
46 B
Plaintext

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