lazarus/components/codetools/tests/laztests/unitdots.dot.pas
2017-09-13 18:05:15 +00:00

17 lines
137 B
ObjectPascal

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