fpc/tests/webtbs/uw36544.pp

10 lines
151 B
ObjectPascal

{$mode objfpc}
unit uw36544;
interface
uses
sysutils;
implementation
initialization
raise Exception.Create('One should see this exception.');
end.