mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Add generated test files
This commit is contained in:
parent
d4a8208069
commit
4225c9e8c7
2 changed files with 720 additions and 720 deletions
|
@ -1,28 +1,28 @@
|
|||
procedure Dict.1 (Dict.557):
|
||||
let Dict.567 : List {[], []} = Array [];
|
||||
let Dict.574 : U64 = 0i64;
|
||||
let Dict.575 : U64 = 8i64;
|
||||
let Dict.568 : List U64 = CallByName List.11 Dict.574 Dict.575;
|
||||
let Dict.571 : I8 = CallByName Dict.40;
|
||||
let Dict.572 : U64 = 8i64;
|
||||
let Dict.569 : List I8 = CallByName List.11 Dict.571 Dict.572;
|
||||
let Dict.570 : U64 = 0i64;
|
||||
let Dict.566 : {List {[], []}, List U64, List I8, U64} = Struct {Dict.567, Dict.568, Dict.569, Dict.570};
|
||||
ret Dict.566;
|
||||
procedure Dict.1 (Dict.595):
|
||||
let Dict.605 : List {[], []} = Array [];
|
||||
let Dict.612 : U64 = 0i64;
|
||||
let Dict.613 : U64 = 8i64;
|
||||
let Dict.606 : List U64 = CallByName List.11 Dict.612 Dict.613;
|
||||
let Dict.609 : I8 = CallByName Dict.43;
|
||||
let Dict.610 : U64 = 8i64;
|
||||
let Dict.607 : List I8 = CallByName List.11 Dict.609 Dict.610;
|
||||
let Dict.608 : U64 = 0i64;
|
||||
let Dict.604 : {List {[], []}, List U64, List I8, U64} = Struct {Dict.605, Dict.606, Dict.607, Dict.608};
|
||||
ret Dict.604;
|
||||
|
||||
procedure Dict.4 (Dict.564):
|
||||
let Dict.105 : U64 = StructAtIndex 3 Dict.564;
|
||||
let #Derived_gen.8 : List {[], []} = StructAtIndex 0 Dict.564;
|
||||
procedure Dict.4 (Dict.602):
|
||||
let Dict.108 : U64 = StructAtIndex 3 Dict.602;
|
||||
let #Derived_gen.8 : List {[], []} = StructAtIndex 0 Dict.602;
|
||||
dec #Derived_gen.8;
|
||||
let #Derived_gen.7 : List U64 = StructAtIndex 1 Dict.564;
|
||||
let #Derived_gen.7 : List U64 = StructAtIndex 1 Dict.602;
|
||||
dec #Derived_gen.7;
|
||||
let #Derived_gen.6 : List I8 = StructAtIndex 2 Dict.564;
|
||||
let #Derived_gen.6 : List I8 = StructAtIndex 2 Dict.602;
|
||||
dec #Derived_gen.6;
|
||||
ret Dict.105;
|
||||
ret Dict.108;
|
||||
|
||||
procedure Dict.40 ():
|
||||
let Dict.573 : I8 = -128i64;
|
||||
ret Dict.573;
|
||||
procedure Dict.43 ():
|
||||
let Dict.611 : I8 = -128i64;
|
||||
ret Dict.611;
|
||||
|
||||
procedure List.11 (List.133, List.134):
|
||||
let List.554 : List I8 = CallByName List.68 List.134;
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue