mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-19 04:25:03 +00:00
9 lines
251 B
Text
9 lines
251 B
Text
procedure Bool.11 (#Attr.2, #Attr.3):
|
|
let Bool.23 : Int1 = lowlevel Eq #Attr.2 #Attr.3;
|
|
ret Bool.23;
|
|
|
|
procedure Test.0 ():
|
|
let Test.3 : Str = "foo";
|
|
let Test.4 : Int1 = CallByName Bool.11 Test.3 Test.3;
|
|
dec Test.3;
|
|
ret Test.4;
|