mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 13:28:05 +02:00
12 lines
240 B
ObjectPascal
12 lines
240 B
ObjectPascal
{ %opt=-gh }
|
|
|
|
program tw19701;
|
|
{$ifdef FPC}{$mode objfpc}{$h+}{$endif}
|
|
{$ifdef mswindows}{$apptype console}{$endif}
|
|
uses
|
|
{$ifdef FPC}{$ifdef linux}cthreads,cwstring,{$endif}{$endif}
|
|
sysutils,uw19701;
|
|
begin
|
|
HaltOnNotReleased:=True;
|
|
end.
|