mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 14:07:57 +02:00
12 lines
194 B
ObjectPascal
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.
|