aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/in
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-02-17 22:12:38 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-02-17 22:12:38 +0000
commit744f11aad18ce8d184e69d129dcf636f8be9b302 (patch)
tree1d5fe8bd3be92ee4f01240eb96aa6f82a7bed044 /c_parser/test/in
parent850f46eeb6de286d4b079373104af87e3aca781c (diff)
downloadCompiler-744f11aad18ce8d184e69d129dcf636f8be9b302.tar.gz
Compiler-744f11aad18ce8d184e69d129dcf636f8be9b302.zip
Creating if statement and added test case for it
Diffstat (limited to 'c_parser/test/in')
-rw-r--r--c_parser/test/in/07.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/c_parser/test/in/07.c b/c_parser/test/in/07.c
new file mode 100644
index 0000000..baa3ba5
--- /dev/null
+++ b/c_parser/test/in/07.c
@@ -0,0 +1,3 @@
+if(x == y) {
+ int z;
+}