fpc/tests/test/udots.pp

14 lines
91 B
ObjectPascal

unit udots;
interface
var
dot: record
test: integer;
end;
implementation
end.