bug0106.pp 194 B

1234567891011
  1. { I think this now occurs with most type casting... }
  2. { I think type casting is no longer considered?? }
  3. Var
  4. Sel: Word;
  5. Sel2: byte;
  6. Begin
  7. Sel:=word($7fffffff);
  8. Sel2:=byte($7fff);
  9. end.