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