mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 07:58:04 +02:00
20 lines
201 B
ObjectPascal
20 lines
201 B
ObjectPascal
{ Old file: tbs0346b.pp }
|
|
{ }
|
|
|
|
unit tb0292;
|
|
interface
|
|
|
|
{ this uses system.word }
|
|
procedure p(w:word);
|
|
|
|
implementation
|
|
uses
|
|
ub0292;
|
|
|
|
{ this uses tbs0346a.word }
|
|
procedure p(w:word);
|
|
begin
|
|
end;
|
|
|
|
end.
|