mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-05 14:08:20 +02:00
15 lines
112 B
ObjectPascal
15 lines
112 B
ObjectPascal
unit unitdots.dot;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
interface
|
|
|
|
var
|
|
test: integer;
|
|
foo: integer;
|
|
|
|
implementation
|
|
|
|
end.
|
|
|