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

11 lines
143 B
Plaintext

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