mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
3 lines
69 B
Text
3 lines
69 B
Text
procedure Test.0 ():
|
|
let Test.2 : I64 = 1337i64;
|
|
ret Test.2;
|