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
/
020_procedure_used_as_function_ifcond.xi
blob: 46170b7efd53d65a1ce5b71c2e505979a5f9b7d3 (
plain
) (
tree
)
2195224
1
2
3
4
5
6
7
8
9
f
()
g
()
{
if
f
()
{
}
}
//@PRACOWNIA
//@should_not_typecheck