aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/ref/09.stdout.xml
blob: 6c137df06a4b9be6ada7870fe3abb20a049d0068 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<Program>
  <Function id="x">
    <Scope></Scope>
  </Function>
  <Variable id="g" />
  <Function id="zz">
    <Parameter id="a" />
    <Parameter id="b" />
    <Parameter id="c" />
    <Scope>
      <Scope>
        <Variable id="a" />
      </Scope>
      <Scope>
        <Variable id="fsdfsdfs" />
      </Scope>
    </Scope>
  </Function>
</Program>