summary refs log tree commit diff
path: root/tests/pracownia2/ok/017_ifelse_on_and.xi
blob: 5ac374ecad455bf7391a2431af6556550c65c86e (plain) (blame)
1
2
3
4
5
6
7
8
9
test()
{
    if true & false {
    } else {
    }
}

//@PRACOWNIA
//@stop_after typechecker