diff options
Diffstat (limited to 'test cases/common/78 internal dependency/proj1/proj1f3.c')
-rw-r--r-- | test cases/common/78 internal dependency/proj1/proj1f3.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/common/78 internal dependency/proj1/proj1f3.c b/test cases/common/78 internal dependency/proj1/proj1f3.c new file mode 100644 index 0000000..2861ddc --- /dev/null +++ b/test cases/common/78 internal dependency/proj1/proj1f3.c @@ -0,0 +1,6 @@ +#include<proj1.h> +#include<stdio.h> + +void proj1_func3(void) { + printf("In proj1_func3.\n"); +} |