aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/test/out/15.stdout.xml
blob: d4c29b29639d7ddab47950b8712361afe51a69af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<Program>
<Function id="add">
<Parameter id="a" />
<Parameter id="b" />
<Scope>
<Variable id="c" />
</Scope>
</Function>
<Function id="sub">
<Parameter id="a" />
<Parameter id="b" />
<Scope>
<Variable id="c" />
</Scope>
</Function>
<Function id="mult_by_5">
<Parameter id="a" />
<Scope>
<Variable id="b" />
</Scope>
</Function>
<Function id="add_5">
<Parameter id="a" />
<Scope>
<Variable id="i" />
<Scope>
<Variable id="b" />
</Scope>
</Scope>
</Function>
</Program>