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