ref: 4e712807d7a2add9f93a265b25638e6f1ca32ff3 dir: /test/asm/section-name-invalid.asm/
SECTION "test", ROM0 Label: println SECTION(Label) ; OK DEF Value EQU 42 println SECTION(Value) ; not OK