diff options
Diffstat (limited to 'tests/fallthrough.s')
| -rw-r--r-- | tests/fallthrough.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fallthrough.s b/tests/fallthrough.s index 878b5e4..f24bf1a 100644 --- a/tests/fallthrough.s +++ b/tests/fallthrough.s @@ -6,6 +6,8 @@ .segment "CODE" +__fallthrough__ foo + .proc foo lda #0 __fallthrough__ bar @@ -20,6 +22,7 @@ __fallthrough__ bar .proc other rts + __fallthrough__ Scope::foo .endproc .scope Scope |
