summary refs log tree commit diff
path: root/tests/pracownia2/error/064_procedure_used_as_function_ifelsecond.xi
blob: 73a9b2a370a46115ecb3e60152234633be650078 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
f()

g()
{
    if f() {
    } else {
    }
}
//@PRACOWNIA
//@should_not_typecheck