leo/compiler/tests/integers/i16/max_fail.leo

3 lines
45 B
Plaintext

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