mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
9 lines
249 B
Text
Generated
9 lines
249 B
Text
Generated
procedure Bool.9 (#Attr.2, #Attr.3):
|
|
let Bool.21 : Int1 = lowlevel Eq #Attr.2 #Attr.3;
|
|
ret Bool.21;
|
|
|
|
procedure Test.0 ():
|
|
let Test.3 : Str = "foo";
|
|
let Test.4 : Int1 = CallByName Bool.9 Test.3 Test.3;
|
|
dec Test.3;
|
|
ret Test.4;
|