summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/uw4352c.pp
blob: cc775d9bf222b333d4bb35fa60e239cfcfca1b59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ Source provided for Free Pascal Bug Report 4352 }
{ Submitted by "marco" on  2005-09-08 }
{ e-mail:  }
{$mode delphi}
unit uw4352c;

interface


type
  TIdSysBase = class
  end;

implementation

end.