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

g()
{
    f(1, 2)
}
//@PRACOWNIA
//@should_not_typecheck