mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 02:28:14 +02:00
11 lines
132 B
ObjectPascal
11 lines
132 B
ObjectPascal
{ %version=1.1 }
|
|
{ %result=231 }
|
|
|
|
uses
|
|
SysUtils;
|
|
|
|
begin
|
|
// this should fail with a runtime error
|
|
ReleaseExceptionObject;
|
|
end.
|