diff options
Diffstat (limited to 'tests/fallthrough.s')
| -rw-r--r-- | tests/fallthrough.s | 10 |
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 |
