mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:09:31 +02:00
15 lines
143 B
ObjectPascal
15 lines
143 B
ObjectPascal
{ %norun }
|
|
unit uw18909a;
|
|
|
|
{$mode objfpc}
|
|
|
|
interface
|
|
|
|
type
|
|
TA = record x: Integer; end;
|
|
TB = record x: Integer; end;
|
|
|
|
implementation
|
|
|
|
end.
|