gazprea-fuzzer-python/ast_generator/test/xml/conditional_3.xml

15 lines
377 B
XML
Raw Permalink Normal View History

<operator op="!=" type="int">
<lhs>
<literal mut="var" type="int" value="False"/>
</lhs>
<rhs>
<operator op=">" type="int">
<lhs>
<literal mut="var" type="int" value="43"/>
</lhs>
<rhs>
<literal type="int" value="42" />
</rhs>
</operator>
</rhs>
</operator>