Files
compiler-the-translators/tests/sprint2/test/sp2_simple.alpha
2025-04-15 01:40:18 -04:00

8 lines
98 B
Plaintext

type main: string -> integer
function entry: main
entry(arg) := {
[integer : x]
return 0;
}