aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/ref/06.stdout.xml
blob: 352613928cdd1c9418b6e550c72095972d0f107f (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>