mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
Check in test for #4705
This commit is contained in:
parent
c5dd688e3e
commit
b66813d2db
1 changed files with 14 additions and 0 deletions
14
crates/compiler/test_mono/generated/issue_4705.txt
Normal file
14
crates/compiler/test_mono/generated/issue_4705.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
procedure Bool.2 ():
|
||||
let Bool.23 : Int1 = true;
|
||||
ret Bool.23;
|
||||
|
||||
procedure Test.0 (Test.4):
|
||||
let Test.7 : Int1 = CallByName Bool.2;
|
||||
ret Test.7;
|
||||
|
||||
procedure Test.3 ():
|
||||
let Test.1 : {} = Struct {};
|
||||
let Test.2 : Int1 = CallByName Test.0 Test.1;
|
||||
expect Test.2;
|
||||
let Test.5 : {} = Struct {};
|
||||
ret Test.5;
|
Loading…
Add table
Add a link
Reference in a new issue