summaryrefslogtreecommitdiff
path: root/tests/webtbs/uw36544.pp
blob: a7b1c6419d1eb1b043878c57d3b24658b6fc6ec7 (plain)
1
2
3
4
5
6
7
8
9
{$mode objfpc}
unit uw36544;
interface
uses
  sysutils;
implementation
initialization
  raise Exception.Create('One should see this exception.');
end.