1
0
mirror of https://github.com/cc65/cc65.git synced 2025-02-19 06:30:53 +00:00
cc65/test/asm/err/endmacro.s

7 lines
128 B
ArmAsm
Raw Normal View History

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