Browse Source

* destroystack added

peter 22 years ago
parent
commit
25530692e9
1 changed files with 11 additions and 1 deletions
  1. 11 1
      tests/webtbs/tw1103.pp

+ 11 - 1
tests/webtbs/tw1103.pp

@@ -9,7 +9,7 @@ type
 
 
 function GetGroupInfo: TestRec;
 function GetGroupInfo: TestRec;
 begin
 begin
-//  fillchar(Result, Sizeof(Result), 0);
+  Result.fString := 'Test';
   Result.fRetAddr := 0;
   Result.fRetAddr := 0;
 end;
 end;
 
 
@@ -23,6 +23,16 @@ begin
   SelectGroup;
   SelectGroup;
 end;
 end;
 
 
+procedure destroystack;
+var
+  s : string;
+  i : longint;
 begin
 begin
+  for i:=0 to 255 do
+   s[i]:=#$90;   
+end;  
+
+begin
+//  destroystack;
   p;
   p;
 end.
 end.