mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 20:48:06 +02:00
21 lines
201 B
ObjectPascal
21 lines
201 B
ObjectPascal
{ %version=1.1}
|
|
unit ub0437c;
|
|
|
|
interface
|
|
|
|
uses
|
|
ub0437b;
|
|
|
|
type
|
|
prec = ub0437b.prec;
|
|
|
|
function f : prec;
|
|
|
|
implementation
|
|
|
|
function f : prec;
|
|
begin
|
|
end;
|
|
|
|
end.
|