aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/test/ref
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-10 21:45:47 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-03-10 21:45:47 +0000
commita7ac9e0bb5c1cee263a7454ccdc4b9621613659f (patch)
treedd4858eca8e824a1ae068e7dfc3a5ced54ce7cb1 /c_compiler/test/ref
parentc3719d849e6c279bfdec7089c2cbbadae9b1a01f (diff)
downloadCompiler-a7ac9e0bb5c1cee263a7454ccdc4b9621613659f.tar.gz
Compiler-a7ac9e0bb5c1cee263a7454ccdc4b9621613659f.zip
fixing .gitignore
Diffstat (limited to 'c_compiler/test/ref')
-rwxr-xr-xc_compiler/test/ref/ComplexAssignmentbin0 -> 676272 bytes
-rwxr-xr-xc_compiler/test/ref/ScopeWithAddbin0 -> 676264 bytes
-rwxr-xr-xc_compiler/test/ref/SimpleAddbin0 -> 676264 bytes
-rwxr-xr-xc_compiler/test/ref/SimpleAdd_2bin0 -> 676264 bytes
-rwxr-xr-xc_compiler/test/ref/SimpleAssignmentbin0 -> 672172 bytes
-rwxr-xr-xc_compiler/test/ref/SimpleDeclarationbin0 -> 672176 bytes
-rwxr-xr-xc_compiler/test/ref/SimpleReturnbin0 -> 672168 bytes
-rwxr-xr-xc_compiler/test/ref/SimpleScopebin0 -> 676264 bytes
-rwxr-xr-xc_compiler/test/ref/SimpleShadowingbin0 -> 676268 bytes
-rwxr-xr-xc_compiler/test/ref/SimpleSubtractionbin0 -> 676272 bytes
10 files changed, 0 insertions, 0 deletions
diff --git a/c_compiler/test/ref/ComplexAssignment b/c_compiler/test/ref/ComplexAssignment
new file mode 100755
index 0000000..06111ed
--- /dev/null
+++ b/c_compiler/test/ref/ComplexAssignment
Binary files differ
diff --git a/c_compiler/test/ref/ScopeWithAdd b/c_compiler/test/ref/ScopeWithAdd
new file mode 100755
index 0000000..51f517d
--- /dev/null
+++ b/c_compiler/test/ref/ScopeWithAdd
Binary files differ
diff --git a/c_compiler/test/ref/SimpleAdd b/c_compiler/test/ref/SimpleAdd
new file mode 100755
index 0000000..726818a
--- /dev/null
+++ b/c_compiler/test/ref/SimpleAdd
Binary files differ
diff --git a/c_compiler/test/ref/SimpleAdd_2 b/c_compiler/test/ref/SimpleAdd_2
new file mode 100755
index 0000000..d87e5ec
--- /dev/null
+++ b/c_compiler/test/ref/SimpleAdd_2
Binary files differ
diff --git a/c_compiler/test/ref/SimpleAssignment b/c_compiler/test/ref/SimpleAssignment
new file mode 100755
index 0000000..8b5a267
--- /dev/null
+++ b/c_compiler/test/ref/SimpleAssignment
Binary files differ
diff --git a/c_compiler/test/ref/SimpleDeclaration b/c_compiler/test/ref/SimpleDeclaration
new file mode 100755
index 0000000..c631eea
--- /dev/null
+++ b/c_compiler/test/ref/SimpleDeclaration
Binary files differ
diff --git a/c_compiler/test/ref/SimpleReturn b/c_compiler/test/ref/SimpleReturn
new file mode 100755
index 0000000..f7448a9
--- /dev/null
+++ b/c_compiler/test/ref/SimpleReturn
Binary files differ
diff --git a/c_compiler/test/ref/SimpleScope b/c_compiler/test/ref/SimpleScope
new file mode 100755
index 0000000..bb7927b
--- /dev/null
+++ b/c_compiler/test/ref/SimpleScope
Binary files differ
diff --git a/c_compiler/test/ref/SimpleShadowing b/c_compiler/test/ref/SimpleShadowing
new file mode 100755
index 0000000..c285cff
--- /dev/null
+++ b/c_compiler/test/ref/SimpleShadowing
Binary files differ
diff --git a/c_compiler/test/ref/SimpleSubtraction b/c_compiler/test/ref/SimpleSubtraction
new file mode 100755
index 0000000..6436dcd
--- /dev/null
+++ b/c_compiler/test/ref/SimpleSubtraction
Binary files differ