13 lines
279 B
Text
13 lines
279 B
Text
|
# test stack pop while stack empty in builtin-function equal
|
||
|
# 0 ==
|
||
|
|
||
|
# test incompatible types
|
||
|
# 1 1.1 +
|
||
|
|
||
|
# test expected identifier for type in function param list
|
||
|
# a: 1 b -> int
|
||
|
# |1 -> 0
|
||
|
|
||
|
# test expected identifier for name in function param list
|
||
|
a: int 1 -> int
|
||
|
|1 -> 0
|