summary refs log tree commit diff
path: root/tests/pracownia2/ok/040_while_on_var.xi
blob: 881cc76b379a98d9cfadb2a2337b391e154b0e66 (plain) (blame)
1
2
3
4
5
6
7
8
test(x:bool)
{
    while x {
    }
}

//@PRACOWNIA
//@stop_after typechecker