lazarus/components/codetools/tests/laztests/unitdots.dot.pas
mattias 820a9b860c codetools: find declaration of dotted program name
git-svn-id: branches/fixes_1_8@55852 -
2017-09-13 18:06:19 +00:00

17 lines
137 B
ObjectPascal

unit unitdots.dot;
{$mode objfpc}{$H+}
interface
type
TColor = longint;
var
test: integer;
foo: integer;
implementation
end.