leo/compiler/tests/syntax/identifiers/field_fail.leo

3 lines
43 B
Plaintext

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