aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/in/09.c
diff options
context:
space:
mode:
Diffstat (limited to 'c_parser/test/in/09.c')
-rw-r--r--c_parser/test/in/09.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/c_parser/test/in/09.c b/c_parser/test/in/09.c
new file mode 100644
index 0000000..08a7ee4
--- /dev/null
+++ b/c_parser/test/in/09.c
@@ -0,0 +1,15 @@
+int x()
+{}
+
+int g;
+
+int zz(int a, int b, int c)
+{
+ if(a==b){
+ int a;
+ return a;
+ }else{
+ int fsdfsdfs;
+ return c;
+ }
+}