aboutsummaryrefslogtreecommitdiff
path: root/testsuite/fail_compilation/float_remainder.elna
blob: ec6c9e24491d241e96c6fef5c5ffbcfea74dabac (plain)
1
2
3
4
5
6
7
8
proc f()
var
  x: Double
begin
  x := 5.0 % 2.0 (* @Error Invalid operands of type 'Double' and 'Double' for operator % *)
return

end.