aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/test/in/12.c
diff options
context:
space:
mode:
Diffstat (limited to 'c_compiler/test/in/12.c')
-rw-r--r--c_compiler/test/in/12.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/c_compiler/test/in/12.c b/c_compiler/test/in/12.c
deleted file mode 100644
index 37b8b7e..0000000
--- a/c_compiler/test/in/12.c
+++ /dev/null
@@ -1,4 +0,0 @@
-int f(int b, int c) {
- int a = b+c;
- return a;
-}