leo/compiler/tests/syntax/identifiers/u8_fail.leo

3 lines
40 B
Plaintext

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