mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 08:10:31 +02:00
13 lines
111 B
ObjectPascal
13 lines
111 B
ObjectPascal
unit ub0421b ;
|
|
interface
|
|
{$mode objfpc}
|
|
|
|
uses ub0421c;
|
|
type
|
|
cl2=class(cl1)
|
|
end;
|
|
|
|
implementation
|
|
end.
|
|
|