* builtins.exp, pr-5016.{ch,exp}, result.{ch,exp},
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.chill / pr-5016.ch
index a6829bf70c1e7a0692e964d97bea9ee2f9d464de..16f49e8f5f519705946b1e151e4e77e86b713230 100644 (file)
@@ -6,7 +6,7 @@ NEWMODE vector = ARRAY (m_index) INT;
 DCL a, b, c vector;
 
 dump: PROC( a vector LOC, c CHAR );
-  DCL i m_index;
+  DCL i m_index := 5;
   DO FOR i IN m_index;
     WRITETEXT( STDOUT, "%C(%C)=%C ", c, i, a(i) );
   OD;
This page took 0.024405 seconds and 4 git commands to generate.