mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 20:12:07 +00:00
11
test/asm/error-recovery.asm
Normal file
11
test/asm/error-recovery.asm
Normal file
@@ -0,0 +1,11 @@
|
||||
println "begin"
|
||||
|
||||
println 42, 1 2 3 4
|
||||
|
||||
for n, 5
|
||||
println "start {d:n}"
|
||||
println syntax error
|
||||
println "finish {d:n}"
|
||||
endr
|
||||
|
||||
println "end {d:n}"
|
||||
Reference in New Issue
Block a user