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