mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-10 02:19:40 +01: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.
|
|
|