fpc/tests/tbs0041.pp
1998-12-02 13:05:01 +00:00

9 lines
102 B
ObjectPascal

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