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

29 lines
873 B
XML
Raw Permalink Normal View History

2023-11-17 16:57:53 -07:00
<block>
<procedure name="main" ref_name="_cteplvqbvd" return_type="int" args="()" >
<block>
<declaration>
<variable mut="var" type="int" name="a" ref_name="_bwagkmcgpmsgosa"/>
<rhs>
<literal type="int" value="1" />
</rhs>
</declaration>
<stream type="std_output">
<operator op="*" type="unset">
<lhs>
<variable mut="var" type="int" name="a" ref_name="_bwagkmcgpmsgosa"/>
</lhs>
<rhs>
<literal type="int" value="42" />
</rhs>
</operator>
</stream>
<return>
<literal type="int" value="0" />
</return>
</block>
</procedure>
</block>