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

15 lines
215 B
ObjectPascal

{%norun}
program tudots.prog;
{$mode delphi}
uses
tudots;
begin
// this should not fail although we have a namespace tudots and a unit tudots
tudots.dot.test{ todo declaration:tudots.dot.test} := 1;
end.