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

  interface

    uses
       uunit3c;

    type
       tpl = uunit3c.tpl;

  implementation

end.