summary refs log tree commit diff
path: root/tests/pracownia2/error/061_while_cond_int.xi
blob: f6ef07b589d65593c7d1f7612274fc59f03c5765 (plain) (blame)
1
2
3
4
5
6
7
test(x:int)
{
    while x {
    }
}
//@PRACOWNIA
//@should_not_typecheck