mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 07:39:27 +02:00
8 lines
59 B
ObjectPascal
8 lines
59 B
ObjectPascal
var
|
|
c : cardinal;
|
|
b : byte;
|
|
begin
|
|
b:=c;
|
|
end.
|
|
|