xref: /original-bsd/old/dbx/tests/cc/arrays.in (revision 5b560bbe)
1whatis p.a
2stop at 10
3run
4print arrays.a
5step
6print a[3], a[4], a[5]
7step
8print arrays.a
9