blob: 4971517a0c5ea91e709880cd982642906ebc77fa [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/call.hlx">
<bundle id="call">
<signature id="callee_type" result="void"/>
<function id="callee" type="callee_type" linkage="external"/>
<constant id="result" type="s32">
<dec>0</dec>
</constant>
<program id="return">
<block>
<call>
<get id="callee"/>
</call>
<result>
<get id="result"/>
</result>
<ret/>
</block>
</program>
</bundle>
</hlvm>