summaryrefslogtreecommitdiff
path: root/tests/webtbs/tw20456.pp
blob: e199f2db274b7fe2276797c320002a338642daf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
{ %target=win32,win64,wince }
{ %norun }

program tw20456;

 uses uw20456;

 begin
   Dummy;
 end.