summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/uw2706b.pp
blob: 90a48e1f8896a25086112298a26e71c549428d03 (plain)
1
2
3
4
5
6
7
8
9
unit uw2706b;
{$mode delphi}
interface
type
  TX = class
  end;

implementation
end.