fpc/bugs/bug0084.pp
1998-03-25 11:26:49 +00:00

14 lines
160 B
ObjectPascal

{ Basic Pascal principles gone done the drain... !!!! }
var
v: word;
w: shortint;
z: byte;
y: integer;
Begin
y:=64000;
z:=32767;
w:=64000;
v:=-1;
end.