mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 07:31:01 +01:00
13 lines
77 B
ObjectPascal
13 lines
77 B
ObjectPascal
unit ub0149;
|
|
|
|
interface
|
|
|
|
type
|
|
tdefinition = 1..10;
|
|
|
|
|
|
implementation
|
|
|
|
|
|
end.
|