summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/test/uenum2a.pp
blob: 3d82ef54d44f3110172d915f72158c77bb2628c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
unit uenum2a;

interface

uses
  uenum2b;

type
  tenum = uenum2b.tenum;

implementation

end.