Files
compiler-the-translators/tests/sprint2/test/sp2_simple.alpha
2025-04-15 19:44:46 -04:00

7 lines
97 B
Plaintext

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