gazprea-fuzzer-python/ast_generator/test/xml/operator_1.xml
2023-11-17 16:57:53 -07:00

8 lines
174 B
XML

<operator op="*" type="int">
<lhs>
<variable mut="var" type="int" name="a"/>
</lhs>
<rhs>
<literal type="int" value="42" />
</rhs>
</operator>