Files
compiler-the-translators/tests/given/test/entry.duplicateSame.alpha
Scarlett ea7c284665 woah
2025-05-03 19:25:55 -04:00

11 lines
140 B
Plaintext

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