mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add test for built-in file symbol
It's currently defined in fstack.c, making it more prone to accidental dropping. Let's not repeat the 0.3.9 scenario...
This commit is contained in:
1
test/asm/file-sym.asm
Normal file
1
test/asm/file-sym.asm
Normal file
@@ -0,0 +1 @@
|
||||
PRINTT "{__FILE__}\n"
|
||||
0
test/asm/file-sym.err
Normal file
0
test/asm/file-sym.err
Normal file
1
test/asm/file-sym.out
Normal file
1
test/asm/file-sym.out
Normal file
@@ -0,0 +1 @@
|
||||
"test/asm/file-sym.asm"
|
||||
Reference in New Issue
Block a user