diff options
Diffstat (limited to 'test cases/common/230 external project/func.c')
| -rw-r--r-- | test cases/common/230 external project/func.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test cases/common/230 external project/func.c b/test cases/common/230 external project/func.c new file mode 100644 index 000000000..5e8f933f5 --- /dev/null +++ b/test cases/common/230 external project/func.c @@ -0,0 +1,7 @@ +#include "func.h" + +int func(void) +{ + return 1; +} + |
