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
/
011_procedure_used_as_function_init.xi
blob: 627c35707a9dcfb2adacec904b50c8046b53e19b (
plain
) (
tree
)
2195224
1
2
3
4
5
6
7
8
f
()
g
()
{
x
:
int
=
f
()
}
//@PRACOWNIA
//@should_not_typecheck