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

//@PRACOWNIA
//@stop_after typechecker