Files
compiler-the-translators/tests/given/test/entry.definition.alpha
2025-05-04 16:05:13 -04:00

10 lines
136 B
Plaintext

(* TEST: [-asc -tc] *)
(* type string : 1 -> character *)
type M : string -> integer
function entry : M
entry(s) := {
return 0;
}