leo/compiler/tests/integers/u16/min.leo
2020-07-30 16:20:31 -07:00

3 lines
39 B
Plaintext

function main() {
let a: u16 = 0;
}