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
4
crates/compiler/test_mono/generated/alias_variable.txt
Normal file
4
crates/compiler/test_mono/generated/alias_variable.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
procedure Test.0 ():
|
||||
let Test.1 : I64 = 5i64;
|
||||
let Test.3 : I64 = 3i64;
|
||||
ret Test.3;
|
Loading…
Add table
Add a link
Reference in a new issue