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

3 lines
41 B
Plaintext
Raw Normal View History

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