fpc/tests/tbs0106.pp
1998-12-02 13:05:01 +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.