gazprea-fuzzer-python/ast_parser/test/xml/conditional.xml

13 lines
298 B
XML
Raw Permalink Normal View History

<conditional>
<literal type="bool" value="False"/>
<block type="true">
<return>
<literal type="int" value="0" />
</return>
</block>
<block type="false">
<return>
<literal type="int" value="1" />
</return>
</block>
</conditional>