fpc/tests/tbs/tb0449.pp
2005-02-14 17:13:06 +00:00

21 lines
232 B
ObjectPascal

{ %RESULT=217 }
{$ifdef fpc}
{$mode objfpc}
{$endif}
uses SysUtils;
type
EWbcError = class of Exception;
Begin
raise EwbcError.create('Hello');
end.
{
$Log$
Revision 1.3 2005-02-14 17:13:35 peter
* truncate log
}