summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/uw4140.pp
blob: d35a5418a2ecdd02093a130ddafb5a98387fd5ed (plain)
1
2
3
4
5
6
7
8
9
10
11
unit uw4140;

interface

type
  TMyEnum = (meOne, meTwo, meThree);
  TMySubEnum = meOne .. meTwo;

implementation

end.