mirror of
https://github.com/cc65/cc65.git
synced 2024-11-18 15:05:14 +00:00
7 lines
128 B
ArmAsm
7 lines
128 B
ArmAsm
; for PR #2013
|
|
; should produce error output:
|
|
; ... Error: '.ENDMACRO' expected for macro 'test'
|
|
|
|
.macro test
|
|
nop .endmacro
|