mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 07:28:09 +02:00
9 lines
112 B
ObjectPascal
9 lines
112 B
ObjectPascal
{ %OPT=-Seh }
|
|
program Test;
|
|
uses SysUtils;
|
|
var
|
|
FS: TFormatSettings;
|
|
begin
|
|
FS := DefaultFormatSettings;
|
|
end.
|