4.4BSD/usr/src/old/dbx/tests/cc/out/out.tahoe/arrays.out

reading symbolic information ...
int *a;
[1] stop at 10
[1] stopped in p at line 10
   10       a[3] = i;
(0, 1, 2, 3, 4, 5, 6, 7, 8, 9) 
stopped in p at line 11
   11       a[4] = j;
4 4 5 
stopped in p at line 12
   12   }
(0, 1, 2, 4, 5, 5, 6, 7, 8, 9)