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