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

8 lines
86 B
Plaintext

/*
namespace: Compile
expectation: Pass
*/
function main() {
const a: i8 = 127;
}