summary refs log tree commit diff
path: root/tests/pracownia2/error/020_procedure_used_as_function_ifcond.xi
blob: 46170b7efd53d65a1ce5b71c2e505979a5f9b7d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
f()

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