mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 14:48:47 +02:00
14 lines
92 B
ObjectPascal
14 lines
92 B
ObjectPascal
unit tudots;
|
|
|
|
interface
|
|
|
|
var
|
|
dot: record
|
|
test: integer;
|
|
end;
|
|
|
|
implementation
|
|
|
|
end.
|
|
|