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

  interface

    type
       tr = record
       end;

       tpl = ^longint;

  implementation

end.