mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 14:48:18 +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.
|