From a7ac9e0bb5c1cee263a7454ccdc4b9621613659f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 10 Mar 2017 21:45:47 +0000 Subject: fixing .gitignore --- c_compiler/test/ref/ComplexAssignment | Bin 0 -> 676272 bytes c_compiler/test/ref/ScopeWithAdd | Bin 0 -> 676264 bytes c_compiler/test/ref/SimpleAdd | Bin 0 -> 676264 bytes c_compiler/test/ref/SimpleAdd_2 | Bin 0 -> 676264 bytes c_compiler/test/ref/SimpleAssignment | Bin 0 -> 672172 bytes c_compiler/test/ref/SimpleDeclaration | Bin 0 -> 672176 bytes c_compiler/test/ref/SimpleReturn | Bin 0 -> 672168 bytes c_compiler/test/ref/SimpleScope | Bin 0 -> 676264 bytes c_compiler/test/ref/SimpleShadowing | Bin 0 -> 676268 bytes c_compiler/test/ref/SimpleSubtraction | Bin 0 -> 676272 bytes 10 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 c_compiler/test/ref/ComplexAssignment create mode 100755 c_compiler/test/ref/ScopeWithAdd create mode 100755 c_compiler/test/ref/SimpleAdd create mode 100755 c_compiler/test/ref/SimpleAdd_2 create mode 100755 c_compiler/test/ref/SimpleAssignment create mode 100755 c_compiler/test/ref/SimpleDeclaration create mode 100755 c_compiler/test/ref/SimpleReturn create mode 100755 c_compiler/test/ref/SimpleScope create mode 100755 c_compiler/test/ref/SimpleShadowing create mode 100755 c_compiler/test/ref/SimpleSubtraction (limited to 'c_compiler/test/ref') diff --git a/c_compiler/test/ref/ComplexAssignment b/c_compiler/test/ref/ComplexAssignment new file mode 100755 index 0000000..06111ed Binary files /dev/null and b/c_compiler/test/ref/ComplexAssignment differ diff --git a/c_compiler/test/ref/ScopeWithAdd b/c_compiler/test/ref/ScopeWithAdd new file mode 100755 index 0000000..51f517d Binary files /dev/null and b/c_compiler/test/ref/ScopeWithAdd differ diff --git a/c_compiler/test/ref/SimpleAdd b/c_compiler/test/ref/SimpleAdd new file mode 100755 index 0000000..726818a Binary files /dev/null and b/c_compiler/test/ref/SimpleAdd differ diff --git a/c_compiler/test/ref/SimpleAdd_2 b/c_compiler/test/ref/SimpleAdd_2 new file mode 100755 index 0000000..d87e5ec Binary files /dev/null and b/c_compiler/test/ref/SimpleAdd_2 differ diff --git a/c_compiler/test/ref/SimpleAssignment b/c_compiler/test/ref/SimpleAssignment new file mode 100755 index 0000000..8b5a267 Binary files /dev/null and b/c_compiler/test/ref/SimpleAssignment differ diff --git a/c_compiler/test/ref/SimpleDeclaration b/c_compiler/test/ref/SimpleDeclaration new file mode 100755 index 0000000..c631eea Binary files /dev/null and b/c_compiler/test/ref/SimpleDeclaration differ diff --git a/c_compiler/test/ref/SimpleReturn b/c_compiler/test/ref/SimpleReturn new file mode 100755 index 0000000..f7448a9 Binary files /dev/null and b/c_compiler/test/ref/SimpleReturn differ diff --git a/c_compiler/test/ref/SimpleScope b/c_compiler/test/ref/SimpleScope new file mode 100755 index 0000000..bb7927b Binary files /dev/null and b/c_compiler/test/ref/SimpleScope differ diff --git a/c_compiler/test/ref/SimpleShadowing b/c_compiler/test/ref/SimpleShadowing new file mode 100755 index 0000000..c285cff Binary files /dev/null and b/c_compiler/test/ref/SimpleShadowing differ diff --git a/c_compiler/test/ref/SimpleSubtraction b/c_compiler/test/ref/SimpleSubtraction new file mode 100755 index 0000000..6436dcd Binary files /dev/null and b/c_compiler/test/ref/SimpleSubtraction differ -- cgit