leo/compiler/tests/syntax/identifiers/i8_fail.leo

3 lines
38 B
Plaintext

function main() {
let i8 = 0u32;
}