diff options
Diffstat (limited to 'test cases/common/83 identical target name in subproject/bar.c')
-rw-r--r-- | test cases/common/83 identical target name in subproject/bar.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/common/83 identical target name in subproject/bar.c b/test cases/common/83 identical target name in subproject/bar.c new file mode 100644 index 0000000..f1bd822 --- /dev/null +++ b/test cases/common/83 identical target name in subproject/bar.c @@ -0,0 +1,6 @@ +#include<stdio.h> + +int main(void) { + printf("I'm a main project bar.\n"); + return 0; +} |