<expr>
  <define name="foo" args="x y z"><x/><y/><z/></define>

  <if>
    <eq>
      <foo>This is the 0xdeadbeef constant.</foo>
      <foo>
        <string>This is the</string>
	<integer>0xdeadbeef</integer>
	<string>constant.</string>
      </foo>
    </eq>
    <print newline="true">PASS</print>
    <expr>
      <print newline="true">FAIL</print>
      <false/>
    </expr>
  </if>
</expr>
