aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/95 custominc/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/unit/95 custominc/helper.c')
-rw-r--r--test cases/unit/95 custominc/helper.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/unit/95 custominc/helper.c b/test cases/unit/95 custominc/helper.c
new file mode 100644
index 0000000..3237441
--- /dev/null
+++ b/test cases/unit/95 custominc/helper.c
@@ -0,0 +1,5 @@
+#include<generated.h>
+
+int func(void) {
+ return RETURN_VALUE;
+}