mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
Update mono tests
This commit is contained in:
parent
bfb7bc39a7
commit
d4e8fe81cb
1 changed files with 4 additions and 5 deletions
|
@ -1,8 +1,7 @@
|
|||
procedure Test.1 ():
|
||||
let Test.4 : {} = Struct {};
|
||||
ret Test.4;
|
||||
procedure Test.1 (Test.2):
|
||||
ret Test.2;
|
||||
|
||||
procedure Test.0 ():
|
||||
let Test.6 : U8 = 15i64;
|
||||
let Test.2 : U8 = CallByName Test.1 Test.6;
|
||||
ret Test.2;
|
||||
let Test.3 : U8 = CallByName Test.1 Test.6;
|
||||
ret Test.3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue