mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 20:12:07 +00:00
Share some handling between two tests of rgbasm -M -
This commit is contained in:
12
test/asm/errors-after-missing-include/a.asm
Normal file
12
test/asm/errors-after-missing-include/a.asm
Normal file
@@ -0,0 +1,12 @@
|
||||
PUSHC
|
||||
PUSHO
|
||||
PUSHS
|
||||
SECTION "test", WRAM0
|
||||
UNION
|
||||
INCLUDE "does not exist"
|
||||
/*
|
||||
ENDU
|
||||
POPS
|
||||
POPO
|
||||
POPC
|
||||
*/
|
||||
Reference in New Issue
Block a user