mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
Add tests for remote local symbols
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
SECTION "sec", ROM0
|
||||
|
||||
Parent:
|
||||
.child:
|
||||
db 0
|
||||
NotParent:
|
||||
dw Parent.child.fail
|
||||
@@ -0,0 +1,2 @@
|
||||
ERROR: remote-local-noexist.asm(7):
|
||||
'Parent.child.fail' is a nonsensical reference to a nested local symbol
|
||||
@@ -0,0 +1,7 @@
|
||||
SECTION "sec", ROM0
|
||||
|
||||
Parent:
|
||||
.child:
|
||||
db 0
|
||||
NotParent:
|
||||
dw Parent.child
|
||||
Reference in New Issue
Block a user