woah
This commit is contained in:
8
tests/given/test/function.definition.alpha
Normal file
8
tests/given/test/function.definition.alpha
Normal file
@ -0,0 +1,8 @@
|
||||
$$ TEST: [-asc -tc]
|
||||
type M : integer -> integer
|
||||
|
||||
function f : M
|
||||
|
||||
f(x) := {
|
||||
return x;
|
||||
}
|
Reference in New Issue
Block a user