Skip to content

Commit

Permalink
Add a test for the fix in the previous commit
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Howard <[email protected]>
  • Loading branch information
YzenaLLC committed Nov 22, 2021
1 parent 5b2fe30 commit 81f838f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/bc/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ misc4
misc5
misc6
misc7
misc8
void
rand
recursive_arrays
Expand Down
8 changes: 8 additions & 0 deletions tests/bc/misc8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
define a(){
return 5
}define b(){
return 6
}
24
a()
b()
3 changes: 3 additions & 0 deletions tests/bc/misc8_results.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
24
5
6

0 comments on commit 81f838f

Please sign in to comment.