fpc/tests/test/tudots.prog.pp
2013-04-15 08:10:22 +00:00

15 lines
178 B
ObjectPascal

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