index
:
compiler_construction
main
Project for Compiler Construction course
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
pracownia2
/
error
/
060_procedure_too_less_args_expect2.xi
blob: 0eb163d92c53ae5ed56a59839f7ea3b0ea20980b (
plain
) (
tree
)
2195224
1
2
3
4
5
6
7
8
f
(
x
:
int
,
y
:
int
)
g
()
{
f
(
1
)
}
//@PRACOWNIA
//@should_not_typecheck