9
test/asm/listing/311-close-new-scopes-error.s
Normal file
9
test/asm/listing/311-close-new-scopes-error.s
Normal file
@@ -0,0 +1,9 @@
|
||||
.scope foo
|
||||
start:
|
||||
jmp bar::start
|
||||
.endscope
|
||||
|
||||
.scope bar
|
||||
start:
|
||||
rts
|
||||
.endscope
|
||||
Reference in New Issue
Block a user