fpc/tests/webtbf/tw16203.pp

11 lines
99 B
ObjectPascal

{ %OPT=-vh -Seh -CO -Cr- }
{ %fail }
var
B : Byte;
s: shortint;
begin
b:=255;
s:=b;
end.