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

15 lines
222 B
ObjectPascal

{%fail}
{%norun}
program tdotunits1;
{$mode delphi}
uses
tudots.dot.next, tudots;
begin
// this identifier can't be resolved because namespace udots.dot hides the udots unit visibility
tudots.dot.test := 1;
end.