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