xref: /original-bsd/old/dbx/tests/pc/nested.in (revision f43fc9d7)
1whereis i
2whereis j
3stop at 18
4run
5which k
6print i, j, nested.i, p.i, p.j
7step
8step
9print i, j, nested.i
10cont
11print nested.i
12