mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
moved all crates into seperate folder + related path fixes
This commit is contained in:
parent
12ef03bb86
commit
eee85fa45d
1063 changed files with 92 additions and 93 deletions
9
crates/compiler/test_mono/generated/list_append.txt
Normal file
9
crates/compiler/test_mono/generated/list_append.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
procedure List.4 (#Attr.2, #Attr.3):
|
||||
let List.152 : List I64 = lowlevel ListAppend #Attr.2 #Attr.3;
|
||||
ret List.152;
|
||||
|
||||
procedure Test.0 ():
|
||||
let Test.2 : List I64 = Array [1i64];
|
||||
let Test.3 : I64 = 2i64;
|
||||
let Test.1 : List I64 = CallByName List.4 Test.2 Test.3;
|
||||
ret Test.1;
|
Loading…
Add table
Add a link
Reference in a new issue