fpc/tests/tf000002.pp
pierre 922c46cdef + add log for makefile
+ added test for i:=longint;
1998-10-21 12:09:52 +00:00

8 lines
102 B
ObjectPascal

var
i,j : longint;
begin
i:=longint;
j:=i*word+j*shortint;
j:= 15 +5*i +(i*i)+sqr(word);
end.