blob: 782f29fadd8ef01dfa4087f50fc023c25e51cf3c [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/return0/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>
<result>
<unless>
<ne>
<get id="1"/>
<get id="0"/>
</ne>
<block><result><get id="0"/></result></block>
</unless>
</result>
<ret/>
</block>
</program>
</bundle>
</hlvm>