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