leo/compiler/tests/syntax/identifiers/address_fail.leo

3 lines
45 B
Plaintext

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