leo/tests/old/fail/syntax/u8_fail.leo
2021-04-12 13:15:39 -07:00

3 lines
40 B
Plaintext

function main() {
const u8 = 0u32;
}