mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-26 21:12:07 +00:00
Add test cases for SECTION UNION defining multiple identical labels (#1349)
Exported labels should fail to link; non-exported ones should be okay.
This commit is contained in:
5
test/link/section-union/same-export/a.asm
Normal file
5
test/link/section-union/same-export/a.asm
Normal file
@@ -0,0 +1,5 @@
|
||||
SECTION UNION "test", WRAM0
|
||||
Same::
|
||||
ds 1
|
||||
Foo::
|
||||
ds 2
|
||||
Reference in New Issue
Block a user