aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/ref/08.stdout.xml
blob: 6cf0f8efb3cb56234bf65a62d04a3be3fd6fc5da (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>