summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/test/uunit3c.pp
blob: d088086c41839b3745735c7e30b15de0daa59de3 (plain)
1
2
3
4
5
6
7
8
9
10
unit uunit3c;

  interface

    type
       tpl = ^longint;

  implementation

end.