leo/tests/compiler/integers/i16/max_fail.leo
2021-05-03 17:28:53 +03:00

8 lines
89 B
Plaintext

/*
namespace: Compile
expectation: Fail
*/
function main() {
const a: i16 = 32768;
}