summaryrefslogtreecommitdiff
path: root/tests/webtbs/tw4541.pp
blob: 9765e8fedb023397009d124248d4c9c2ae3bb836 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ Source provided for Free Pascal Bug Report 4541 }
{ Submitted by "Vincent Snijders" on  2005-11-23 }
{ e-mail: vsnijders@quicknet.nl }
program tw4541;

{$mode objfpc}{$H+}

uses
  uw4541;

begin
end.