summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/tw4428.pp
blob: 8bcb83b558e3422ea60aa064ac2584b78053fbce (plain)
1
2
3
4
5
6
7
8
9
10
11
{ %OPT=-Or}

procedure p(i1,i2,i3,i4,i5,i6,i7,i8 : longint;i : int64);
  begin
    if (i+i <> 22222222222) then
      halt(1);
  end;

begin
  p(1,2,3,4,5,6,7,8,11111111111)
end.