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

14 lines
117 B
ObjectPascal

{ this unit belongs to the udots tests }
unit Unit3;
interface
const
Unit3Str = 'Unit3';
implementation
end.