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

//@PRACOWNIA
//@stop_after typechecker