mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-08 18:12:39 +02:00
13 lines
104 B
ObjectPascal
13 lines
104 B
ObjectPascal
unit unitdots.nsA.nsAA.nsAAA;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
interface
|
|
|
|
var AAA: integer;
|
|
|
|
implementation
|
|
|
|
end.
|
|
|