mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 23:08:01 +02:00
10 lines
113 B
ObjectPascal
10 lines
113 B
ObjectPascal
{ %FAIL }
|
|
|
|
var
|
|
i,j : longint;
|
|
begin
|
|
i:=longint;
|
|
j:=i*word+j*shortint;
|
|
j:= 15 +5*i +(i*i)+sqr(word);
|
|
end.
|