mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Avoid errors after missing INCLUDE with -MG (#1627)
This commit is contained in:
10
test/asm/errors-after-missing-include.asm
Normal file
10
test/asm/errors-after-missing-include.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
PUSHC
|
||||
PUSHO
|
||||
PUSHS
|
||||
SECTION "test", WRAM0
|
||||
UNION
|
||||
INCLUDE "does not exist"
|
||||
ENDU
|
||||
POPS
|
||||
POPO
|
||||
POPC
|
||||
Reference in New Issue
Block a user