leo/compiler/tests/integers/i16/max_fail.leo
2020-07-30 16:20:31 -07:00

3 lines
43 B
Plaintext

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