aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/test/in/06.c
diff options
context:
space:
mode:
Diffstat (limited to 'c_compiler/test/in/06.c')
-rw-r--r--c_compiler/test/in/06.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/c_compiler/test/in/06.c b/c_compiler/test/in/06.c
deleted file mode 100644
index 2dcdc2b..0000000
--- a/c_compiler/test/in/06.c
+++ /dev/null
@@ -1,6 +0,0 @@
-int f(int a, int b, int c) {
- int d;
- {
- int e;
- }
-}