mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 14:48:47 +02:00
11 lines
76 B
ObjectPascal
11 lines
76 B
ObjectPascal
{ %FAIL }
|
|
|
|
var
|
|
i : longint;
|
|
j : word;
|
|
|
|
begin
|
|
j:=5;
|
|
byte(i):=j;
|
|
end.
|