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

15 lines
98 B
ObjectPascal

unit tudots.dot.next;
interface
type
ttest=byte;
var
test: integer;
implementation
end.