aboutsummaryrefslogtreecommitdiffstats
path: root/testing/testcases/test_ADD.c
diff options
context:
space:
mode:
Diffstat (limited to 'testing/testcases/test_ADD.c')
-rw-r--r--testing/testcases/test_ADD.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/testcases/test_ADD.c b/testing/testcases/test_ADD.c
new file mode 100644
index 0000000..327dc85
--- /dev/null
+++ b/testing/testcases/test_ADD.c
@@ -0,0 +1,4 @@
+int f(int a, int b)
+{
+ return 1;
+}