summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/tw9144a.pp
blob: ea52f56328593c832c40c3b555304a3706415de1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ %norun }
{$mode delphi}

unit tw9144a;

interface

type
  TnxGuid = TGuid;
  TnxNotifierID = type TnxGuid;

implementation

end.