summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/uw13345y.pp
blob: 99e4475f70cf4c1c87eddae285ab3fe853602fcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
unit uw13345y;

{$mode delphi}

interface

type
  ta = interface
  end;

var
  c: ta;

implementation

end.