fpc/tests/test/tudots4.pp
svenbarth 79aab18b13 + add tests for default namespaces
git-svn-id: trunk@38921 -
2018-05-05 17:21:31 +00:00

14 lines
124 B
ObjectPascal

{ %FAIL }
{ %OPT=-FNudots }
program tudots4;
uses
{ both reference the same unit }
UDots.Unit1,
Unit1;
begin
end.