summaryrefslogtreecommitdiff
path: root/tests/test/tcasecov6.pp
blob: b022cb0805583a711c311447bb03614829eb1027 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ %fail }
{ %opt=-Sew }
{ %norun }

var
  l: 0..3;
begin
  l:=1;
  case l of
    2: writeln;
  end;
end.