aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/test/out/15.pretty.xml
diff options
context:
space:
mode:
Diffstat (limited to 'c_compiler/test/out/15.pretty.xml')
-rw-r--r--c_compiler/test/out/15.pretty.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/c_compiler/test/out/15.pretty.xml b/c_compiler/test/out/15.pretty.xml
deleted file mode 100644
index b06dde0..0000000
--- a/c_compiler/test/out/15.pretty.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0"?>
-<Program>
- <Function id="add">
- <Parameter id="a" />
- <Parameter id="b" />
- <Scope>
- <Variable id="c" />
- </Scope>
- </Function>
- <Function id="sub">
- <Parameter id="a" />
- <Parameter id="b" />
- <Scope>
- <Variable id="c" />
- </Scope>
- </Function>
- <Function id="mult_by_5">
- <Parameter id="a" />
- <Scope>
- <Variable id="b" />
- </Scope>
- </Function>
- <Function id="add_5">
- <Parameter id="a" />
- <Scope>
- <Variable id="i" />
- <Scope>
- <Variable id="b" />
- </Scope>
- </Scope>
- </Function>
-</Program>