aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/out/08.stdout.xml
blob: 7929e752ff4cd01833cb7a02920f13e7b19b3474 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<Program>
<Function id="func">
<Parameter id="a" />
<Parameter id="b" />
<Scope>
<Variable id="c" />
<Scope>
<Variable id="d" />
</Scope>
<Scope>
<Variable id="e" />
</Scope>
</Scope>
</Function>
</Program>