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

12 lines
87 B
ObjectPascal

unit UDots.Unit8;
interface
const
Unit8Str = 'UDots.Unit8';
implementation
end.