mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Update tests
This commit is contained in:
parent
1a9668e83a
commit
b8de09d048
61 changed files with 757 additions and 720 deletions
|
@ -14,8 +14,8 @@ main = (f "") {}
|
|||
|
||||
# -emit:mono
|
||||
procedure Bool.2 ():
|
||||
let Bool.23 : Int1 = true;
|
||||
ret Bool.23;
|
||||
let Bool.21 : Int1 = true;
|
||||
ret Bool.21;
|
||||
|
||||
procedure Test.1 (Test.2):
|
||||
let Test.34 : Int1 = CallByName Bool.2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue