blob: 607aecac70877cdec7a222e8cfc80c43dafd49cf [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/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>
<until>
<get id="0"/>
<ne>
<get id="1"/>
<get id="0"/>
</ne>
</until>
<result>
<get id="0"/>
</result>
<ret/>
</block>
</program>
</bundle>
</hlvm>