mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 15:28:08 +02:00
10 lines
151 B
ObjectPascal
10 lines
151 B
ObjectPascal
{$mode objfpc}
|
|
unit uw36544;
|
|
interface
|
|
uses
|
|
sysutils;
|
|
implementation
|
|
initialization
|
|
raise Exception.Create('One should see this exception.');
|
|
end.
|