summary refs log tree commit diff
path: root/tests/pracownia2/ok/044_while_on_or.xi
blob: bf801405f6a4970864a5c8f6f1a659715418e76f (plain) (blame)
1
2
3
4
5
6
7
8
test()
{
    while true | false {
    }
}

//@PRACOWNIA
//@stop_after typechecker