summaryrefslogtreecommitdiffstats
path: root/test cases/failing/65 subproj different versions/subprojects/b/b.c
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/failing/65 subproj different versions/subprojects/b/b.c')
-rw-r--r--test cases/failing/65 subproj different versions/subprojects/b/b.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/failing/65 subproj different versions/subprojects/b/b.c b/test cases/failing/65 subproj different versions/subprojects/b/b.c
new file mode 100644
index 0000000..f85f8c3
--- /dev/null
+++ b/test cases/failing/65 subproj different versions/subprojects/b/b.c
@@ -0,0 +1,5 @@
+#include "c.h"
+
+int b_fun(){
+return c_fun();
+}