(root)/
texinfo-7.1/
tp/
tests/
formatting/
index_entries_relate_to_item.texi
\input texinfo @c -*-texinfo-*-

@node Top
@top top

@node chap
@chapter Chapter

@table @code

@cindex A
@cindex B
@cindex C
@item A
@itemx B
@itemx C

body

@item D

body2

@end table

@printindex cp

@bye