leo/compiler/tests/syntax/identifiers/true_fail.leo

3 lines
43 B
Plaintext

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