Files
compiler-the-translators/tests/sprint2/test/sp2_simple.alpha
2025-04-04 18:08:59 -04:00

8 lines
94 B
Plaintext

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