leo/compiler/tests/integers/i16/max.leo
2020-07-15 21:55:45 -07:00

3 lines
41 B
Plaintext

function main() -> i16 {
return 32767
}