--- /dev/null
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+<!ENTITY index SYSTEM '../indexterm.005.index.xml'>
+]>
+<article id="indexterm.005">
+<articleinfo>
+<title>Unit Test: indexterm.005</title>
+<releaseinfo role="CVS">$Id$</releaseinfo>
+<author><firstname>Adam</firstname><surname>Di Carlo</surname>
+ <affiliation><address><email>adam@onshored.com</email></address></affiliation>
+</author>
+</articleinfo>
+ <section id="sec1">
+ <title>Bizarre Indexterm Test</title>
+ <para>
+ This is first test paragraph.
+ <programlisting>#include <stdio.h>
+ </programlisting>
+ <indexterm>
+ <primary><stdio.h></primary>
+ </indexterm>
+ </para>
+ </section>
+ &index;
+</article>