lazarus/components/codetools/tests/laztests/unit_order_b.pas
mattias e4895d2fd0 codetools: dotted unit name tests
git-svn-id: trunk@54735 -
2017-04-26 08:40:45 +00:00

15 lines
94 B
ObjectPascal

unit unit_order_b;
{$mode objfpc}{$H+}
interface
var
v: integer;
implementation
end.