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
/
064_procedure_used_as_function_ifelsecond.xi
blob: 73a9b2a370a46115ecb3e60152234633be650078 (
plain
) (
tree
)
2195224
1
2
3
4
5
6
7
8
9
10
f
()
g
()
{
if
f
()
{
}
else
{
}
}
//@PRACOWNIA
//@should_not_typecheck