mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-18 16:38:46 +02:00
14 lines
105 B
ObjectPascal
14 lines
105 B
ObjectPascal
{ $OPT= -So }
|
|
unit tbs0147;
|
|
interface
|
|
|
|
function b:boolean;
|
|
|
|
implementation
|
|
|
|
function b;
|
|
begin
|
|
end;
|
|
|
|
end.
|