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

3 lines
41 B
Plaintext

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