aboutsummaryrefslogtreecommitdiff
path: root/check/type/bool/pass-while.p
blob: 160c18771d84dc178b59cd1d09dc2cfe68b8dfd7 (plain)
1
2
3
4
5
6
7
program main ( input, output );
        var a: integer;
begin
	while ((1 = 1) )
        do
                a:= 1
end.