git-svn-id: trunk@18915 -
@@ -10,6 +10,10 @@ type
a_tclass = class (tobject)
x : integer;
end;
+
+var
+ a_int : longint;
implementation
end.
@@ -10,6 +10,9 @@ type
tclass = class (tobject)
+ int : longint;