mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add test for duplicate section after use of fragment literal
Verifies that #1822 was fixed (by c6997fe73c)
This commit is contained in:
7
test/asm/duplicate-section-after-literal.asm
Normal file
7
test/asm/duplicate-section-after-literal.asm
Normal file
@@ -0,0 +1,7 @@
|
||||
SECTION "with fragment literals", ROM0
|
||||
|
||||
ld hl, [[ db "Hi", 0 ]]
|
||||
|
||||
SECTION "dup", WRAM0
|
||||
|
||||
SECTION "dup", WRAM0
|
||||
Reference in New Issue
Block a user