mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-12 09:02:40 +02:00
17 lines
137 B
ObjectPascal
17 lines
137 B
ObjectPascal
unit unitdots.dot;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
interface
|
|
|
|
type
|
|
TColor = longint;
|
|
var
|
|
test: integer;
|
|
foo: integer;
|
|
|
|
implementation
|
|
|
|
end.
|
|
|