1
1
mirror of https://github.com/ProvableHQ/leo.git synced 2025-01-02 07:02:12 +03:00
leo/compiler/tests/integers/i8/min.leo
2020-07-30 16:20:31 -07:00

3 lines
41 B
Plaintext

function main() {
let a: i8 = -128;
}