15 lines
96 B
ObjectPascal
15 lines
96 B
ObjectPascal
unit SY0008_unit;
|
|
|
|
interface
|
|
|
|
type
|
|
c = class
|
|
end;
|
|
|
|
type
|
|
cc = c;
|
|
|
|
implementation
|
|
|
|
end.
|
|
|