summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/uw8180.pp
blob: 0aa4da172b0c4d97a17410603aa7a34eed8d4d1f (plain)
1
2
3
4
5
6
7
8
9
10
unit uw8180;
interface

type
  XStr=type iinterface;

implementation

end.