Skip to content

Commit

Permalink
Expand a test case
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler committed Apr 18, 2024
1 parent b404074 commit 4af970f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test-data/calllocal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,21 @@ code:
call <sub2>
exit
<sub2>: |
call <sub3>
exit
<sub3>: |
call <sub4>
exit
<sub4>: |
call <sub5>
exit
<sub5>: |
call <sub6>
exit
<sub6>: |
call <sub7>
exit
<sub7>: |
r0 = 1
exit
Expand Down

0 comments on commit 4af970f

Please sign in to comment.