lazarus/components/codetools/tests/fpctests/tudots.pp
mattias 1900575f1b codetools: added tests for dotted units
git-svn-id: trunk@50120 -
2015-10-19 13:23:15 +00:00

14 lines
92 B
ObjectPascal

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