mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-26 12:03:45 +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.
|