mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
3 lines
66 B
Text
3 lines
66 B
Text
procedure Test.0 ():
|
|
let Test.3 : I64 = 3i64;
|
|
ret Test.3;
|