summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/tw0769.pp
blob: 5a39291e3307588df6716ab62bbb5c9c9a50a4dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ %OPT=-Sew -vw }
{ this should generate no warning }

{$mode tp}

Program test;

var x,y:integer;

begin
y:=5;
for x:=0 to 10 do if x<y then writeln(x);
end.