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

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