summary refs log tree commit diff
path: root/tests/pracownia2/error/065_comp_ge_boolA.xi
blob: 1e468b59a1cbb4ba1cd18f8cb1b76a813d996bd7 (plain) (blame)
1
2
3
4
5
6
7
test(a:int[], b:int[]):bool
{
  return a >= b
}
//@PRACOWNIA
//@stop_after typechecker
//@should_not_typecheck