mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 03:59:27 +02:00
18 lines
165 B
ObjectPascal
18 lines
165 B
ObjectPascal
{ %opt=-Sew }
|
|
|
|
{$ifdef fpc}{$mode objfpc}{$endif}
|
|
{$M+}
|
|
|
|
type
|
|
tc1=class
|
|
published
|
|
constructor create;
|
|
end;
|
|
|
|
constructor tc1.create;
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
end.
|