leo/tests/compiler/integers/i16/min_fail.leo

8 lines
93 B
Plaintext
Raw Normal View History

2021-05-03 16:47:33 +03:00
/*
namespace: Compile
expectation: Fail
*/
2020-08-17 03:20:47 +03:00
function main() {
const a: i16 = -32769i16;
2020-08-17 03:20:47 +03:00
}