leo/tests/pass/parse/integers/u8/min.leo

3 lines
40 B
Plaintext

function main() {
const a: u8 = 0;
}