mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-19 12:35:07 +00:00
6 lines
271 B
Text
6 lines
271 B
Text
procedure Test.0 ():
|
|
let Test.11 : [<rnu><null>, C *self] = TagId(1) ;
|
|
let Test.10 : [<rnu><null>, C *self] = TagId(0) Test.11;
|
|
let Test.9 : [<rnu><null>, C *self] = TagId(0) Test.10;
|
|
let Test.2 : [<rnu><null>, C *self] = TagId(0) Test.9;
|
|
ret Test.2;
|