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

13 lines
154 B
Plaintext

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