fpc/bugs/bug0041.pp
1998-03-25 11:26:49 +00:00

9 lines
102 B
ObjectPascal

var
b1: boolean;
Begin
begin
If b1 then { illegal expression }
end;
while b1 do
End.