14 lines
124 B
ObjectPascal
14 lines
124 B
ObjectPascal
unit PCUGenericTestUnit2;
|
|
|
|
interface
|
|
|
|
type
|
|
c1 = class
|
|
public
|
|
w: real;
|
|
s: string;
|
|
end;
|
|
|
|
implementation
|
|
|
|
end. |