fpc/bugs/bug0106.pp
1998-03-25 11:26:49 +00:00

12 lines
194 B
ObjectPascal

{ I think this now occurs with most type casting... }
{ I think type casting is no longer considered?? }
Var
Sel: Word;
Sel2: byte;
Begin
Sel:=word($7fffffff);
Sel2:=byte($7fff);
end.