mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 06:01:00 +02:00
12 lines
89 B
ObjectPascal
12 lines
89 B
ObjectPascal
unit tb0406;
|
|
|
|
{$ifndef WITH_FULL}
|
|
|
|
interface
|
|
uses ub0406;
|
|
|
|
implementation
|
|
|
|
end.
|
|
{$endif}
|