mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-19 04:25:03 +00:00
3 lines
66 B
Text
3 lines
66 B
Text
procedure Test.0 ():
|
|
let Test.1 : I64 = 5i64;
|
|
ret Test.1;
|