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

//@PRACOWNIA
//@stop_after typechecker