mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 21:29:43 +02:00
11 lines
99 B
ObjectPascal
11 lines
99 B
ObjectPascal
{ %OPT=-vh -Seh -CO -Cr- }
|
|
{ %fail }
|
|
|
|
var
|
|
B : Byte;
|
|
s: shortint;
|
|
begin
|
|
b:=255;
|
|
s:=b;
|
|
end.
|