fpc/tests/tbs0099.pp
1998-12-02 13:05:01 +00:00

8 lines
56 B
ObjectPascal

{$R+}
var w:word;
s:Shortint;
begin
w := s;
end.