summary refs log tree commit diff
path: root/tests/pracownia2/ok/001_ifelse_on_pred.xi
blob: 4cab2c4c56fbb93dfd94d31c794ae5322cc7f6c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
pred():bool
test()
{
    if pred() {
    } else {
    }
}

//@PRACOWNIA
//@stop_after typechecker