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

9 lines
94 B
Plaintext

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