Test Document<indexterm> <prim>Document</prim><sec>Test</sec></indexterm> This is a test paragraph.This is a footnote. indexterm The title of this article is “Test Document”. Here's a program listing: int main(int argc, char **argv) { if (argc < 1) { ... } int *i = &argc; ... The program in is meaningless.