aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/test/in/08.c
diff options
context:
space:
mode:
Diffstat (limited to 'c_compiler/test/in/08.c')
-rw-r--r--c_compiler/test/in/08.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/c_compiler/test/in/08.c b/c_compiler/test/in/08.c
deleted file mode 100644
index c57a6ab..0000000
--- a/c_compiler/test/in/08.c
+++ /dev/null
@@ -1,10 +0,0 @@
-int func(int a, int b) {
- int c = 0;
- if(a == b) {
- int d;
- } else if(a == d) {
- int e;
- return d;
- }
- return c;
-}