summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/tbs/tb0036.pp
blob: b7e8ee82b18247bf3c7ef680e8ad628332188d2e (plain)
1
2
3
4
5
6
7
8
9
10
11
{ Old file: tbs0041.pp }
{  shows the if then end. problem                      OK 0.9.9 (FK) }

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