mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
6 lines
243 B
Text
6 lines
243 B
Text
procedure Test.0 ():
|
|
let Test.11 : [<rnu><null>, C *self] = Z ;
|
|
let Test.10 : [<rnu><null>, C *self] = S Test.11;
|
|
let Test.9 : [<rnu><null>, C *self] = S Test.10;
|
|
let Test.3 : [<rnu><null>, C *self] = S Test.9;
|
|
ret Test.3;
|