aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/ref/15.stdout.xml
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-10 21:46:46 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-03-10 21:46:46 +0000
commit75b7f8314bc552fd80318d928d30700daaa7539c (patch)
tree1e50ebcb96d7de26d4d51e2b7967b90298bf4e36 /c_parser/test/ref/15.stdout.xml
parenta7ac9e0bb5c1cee263a7454ccdc4b9621613659f (diff)
downloadCompiler-75b7f8314bc552fd80318d928d30700daaa7539c.tar.gz
Compiler-75b7f8314bc552fd80318d928d30700daaa7539c.zip
fixing .gitignore
Diffstat (limited to 'c_parser/test/ref/15.stdout.xml')
-rw-r--r--c_parser/test/ref/15.stdout.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/c_parser/test/ref/15.stdout.xml b/c_parser/test/ref/15.stdout.xml
deleted file mode 100644
index 029ccb8..0000000
--- a/c_parser/test/ref/15.stdout.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>