mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-27 13:32:08 +00:00
Add tests for remote local symbols
This commit is contained in:
7
test/asm/remote-local-noexist.asm
Normal file
7
test/asm/remote-local-noexist.asm
Normal file
@@ -0,0 +1,7 @@
|
||||
SECTION "sec", ROM0
|
||||
|
||||
Parent:
|
||||
.child:
|
||||
db 0
|
||||
NotParent:
|
||||
dw Parent.child.fail
|
||||
Reference in New Issue
Block a user