summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/test/tunit2.pp
blob: a7b77d66b2892f3750f8b8b164dd0727ea022fbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ %VERSION=1.1 }
{ %RECOMPILE }
unit tunit2;

  interface

    uses
       uunit2a;

    const
       l = tpl(10);

    type
       pr = ^tr;

  implementation

end.