aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/ref/15.stdout.xml
blob: 029ccb827b043ee59dbf0bb7af5f8659f24486a4 (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>