mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 10:59:33 +02:00
14 lines
91 B
ObjectPascal
14 lines
91 B
ObjectPascal
unit udots;
|
|
|
|
interface
|
|
|
|
var
|
|
dot: record
|
|
test: integer;
|
|
end;
|
|
|
|
implementation
|
|
|
|
end.
|
|
|