mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-19 04:25:03 +00:00
6 lines
293 B
Text
6 lines
293 B
Text
procedure Test.0 ():
|
|
let Test.19 : [C [<rnnu>C [C *self, C ]], C ] = TagId(1) ;
|
|
let Test.17 : [<rnnu>C [C *self, C ]] = TagId(0) Test.19;
|
|
let Test.16 : [C [<rnnu>C [C *self, C ]], C ] = TagId(0) Test.17;
|
|
let Test.4 : [<rnnu>C [C *self, C ]] = TagId(0) Test.16;
|
|
ret Test.4;
|