mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 06:17:48 +00:00
Add tests for purging symbols
This commit is contained in:
13
test/asm/purge.asm
Normal file
13
test/asm/purge.asm
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
SECTION "purging", ROM0
|
||||
|
||||
Label:
|
||||
PURGE Label
|
||||
Label:
|
||||
|
||||
db Referenced
|
||||
PURGE Referenced ; Should fail
|
||||
|
||||
Exported::
|
||||
PURGE Exported
|
||||
Exported::
|
||||
Reference in New Issue
Block a user