summaryrefslogtreecommitdiff
path: root/tests/webtbs/uw1331.pp
blob: 640c18430c1dd1d444ed3c74ff9498258db620a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
unit uw1331;

{$mode objfpc}

interface

uses Classes, SysUtils;

type
  DummyEnum3 = (tr3,tr4);
  DummyEnum4 = tr3..tr4;

implementation

end.