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

15 lines
91 B
ObjectPascal

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