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