mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-30 15:21:43 +01:00
15 lines
104 B
ObjectPascal
15 lines
104 B
ObjectPascal
unit unit_order_b;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
interface
|
|
|
|
var
|
|
unit_order_a: integer;
|
|
|
|
|
|
implementation
|
|
|
|
end.
|
|
|