aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/test/ref/08.stdout.xml
blob: 0838fe5b8061f8374f8e4e490129707b33e48de6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<Program>
  <Function id="func">
    <Parameter id="a" />
    <Parameter id="b" />
    <Scope>
      <Variable id="c" />
      <Scope>
	<Variable id="d" />
      </Scope>
      <Scope>
	<Variable id="e" />
      </Scope>
    </Scope>
  </Function>
</Program>