xref: /original-bsd/old/dbx/tests/cc/nested.in (revision abb30312)
1stop at 20
2run
3where
4print sub.i, sub.j
5delete 1
6stop at 24
7cont
8where
9print sub.i, sub.j
10print nested.i
11