aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/ref/13.stdout.xml
blob: a604ecdc9966aa5d7afa1cc02201a862514494d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<Program>
  <Function id="func">
    <Parameter id="x" />
    <Parameter id="y" />
    <Scope>
      <Variable id="i" />
      <Scope>
        <Variable id="z" />
      </Scope>
    </Scope>
  </Function>
</Program>