pascalabcnet/TestSamples/CompilationSamples/PCUGenericTestUnit2.pas
Бондарев Иван e6e67c193c initial commit
2015-05-14 21:35:07 +02:00

14 lines
124 B
ObjectPascal

unit PCUGenericTestUnit2;
interface
type
c1 = class
public
w: real;
s: string;
end;
implementation
end.