leo/asg/tests/fail/integers/i16/max_fail.leo
2021-01-25 07:19:38 -08:00

3 lines
43 B
Plaintext

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