Files
compiler-the-translators/tests/sprint1/test/sp1_simple_alpha.alpha
2025-05-04 16:05:13 -04:00

7 lines
101 B
Plaintext

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