1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-12 13:54:43 +00:00
cc65/test/asm/err/bug2013.s

7 lines
128 B
ArmAsm

; for PR #2013
; should produce error output:
; ... Error: '.ENDMACRO' expected for macro 'test'
.macro test
nop .endmacro