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