aboutsummaryrefslogtreecommitdiff
path: root/tests/fallthrough.s
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fallthrough.s')
-rw-r--r--tests/fallthrough.s10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/fallthrough.s b/tests/fallthrough.s
index 2243415..878b5e4 100644
--- a/tests/fallthrough.s
+++ b/tests/fallthrough.s
@@ -22,4 +22,14 @@ __fallthrough__ bar
rts
.endproc
+.scope Scope
+ .proc foo
+ __fallthrough__ Scope::bar
+ .endproc
+
+ .proc bar
+ rts
+ .endproc
+.endscope
+
;;; asan:stack full