aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/ref/06.stdout.xml
blob: 6422001cfabe92da5706c0f3b21b5a39ac2fbb76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<Program>
  <Function id="f">
    <Parameter id="a" />
    <Parameter id="b" />
    <Parameter id="c" />
    <Scope>
      <Variable id="d" />
      <Scope>
        <Variable id="e" />
      </Scope>
    </Scope>
  </Function>
</Program>