mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 15:32:32 +02:00
15 lines
101 B
ObjectPascal
15 lines
101 B
ObjectPascal
unit unit_order_a;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
interface
|
|
|
|
var
|
|
unit_order_b: char;
|
|
|
|
|
|
implementation
|
|
|
|
end.
|
|
|