blob: 27c5bc8ea4a811adfbc0613a63547443929927dd [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/until.hlx">
<bundle id="until">
<constant id="0" type="s32">
<dec>0</dec>
</constant>
<constant id="1" type="s32">
<dec>1</dec>
</constant>
<program id="until">
<block>
<result>
<until>
<block><result><get id="0"/></result></block>
<ne>
<get id="1"/>
<get id="0"/>
</ne>
</until>
</result>
<ret/>
</block>
</program>
</bundle>
</hlvm>