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
/
077_procedure_too_many_args_expect0.xi
blob: dec5d8f86708ee8d19087ee819b1c548b3458292 (
plain
) (
tree
)
2195224
1
2
3
4
5
6
7
8
f
()
g
()
{
f
(
1
,
2
)
}
//@PRACOWNIA
//@should_not_typecheck