aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/ref/14.stdout.xml
blob: 866d44e571accefd2bc3655ac342032988aa795f (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>