summary refs log tree commit diff
path: root/tests/pracownia2/error/079_comp_gt_boolA_intA.xi
blob: de19bee290aa173dfac8a2b1aff4fcb298f7d58d (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