mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 01:28:04 +02:00
9 lines
102 B
ObjectPascal
9 lines
102 B
ObjectPascal
var
|
|
b1: boolean;
|
|
Begin
|
|
begin
|
|
If b1 then { illegal expression }
|
|
end;
|
|
while b1 do
|
|
End.
|