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