fpc/tests/tbf/tb0274.pp
florian 29a5d3267c * moved warning about suspicious comp assignment to type check pass, catches also
assignments of constants

git-svn-id: trunk@49242 -
2021-04-21 19:51:22 +00:00

9 lines
67 B
ObjectPascal

{ %fail }
{ %opt=-Sew }
var
c : comp;
begin
c:=123.123;
end.