blob: 29619b976df61a47d2b401759f978f228ea1fb4c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<hlvm xmlns="http://hlvm.org/src/hlvm/Reader/XML/HLVM.rng" pubid="http://hlvm.org/src/hlvm/test/xml2xml/unless.hlx">
<bundle id="unless">
<constant id="0" type="s32">
<dec>0</dec>
</constant>
<constant id="1" type="s32">
<dec>1</dec>
</constant>
<program id="unless">
<block>
<unless>
<ne>
<get id="1"/>
<get id="0"/>
</ne>
<get id="0"/>
</unless>
<result>
<get id="0"/>
</result>
<ret/>
</block>
</program>
</bundle>
</hlvm>