blob: 2f95b33991c6d548c67a8eb06f3f2ebc94c15a72 [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/select.hlx">
<bundle id="select">
<constant id="0" type="s32">
<dec>0</dec>
</constant>
<constant id="21" type="s32">
<dec>21</dec>
</constant>
<constant id="42" type="s32">
<dec>42</dec>
</constant>
<program id="select">
<block>
<result>
<select>
<ne>
<get id="0"/>
<get id="21"/>
</ne>
<get id="42"/>
<get id="21"/>
</select>
</result>
<ret/>
</block>
</program>
</bundle>
</hlvm>