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
/
061_while_cond_int.xi
blob: f6ef07b589d65593c7d1f7612274fc59f03c5765 (
plain
) (
tree
)
2195224
1
2
3
4
5
6
7
test
(
x
:
int
)
{
while
x
{
}
}
//@PRACOWNIA
//@should_not_typecheck