aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/sameBaseName/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/sameBaseName/lib.c')
-rw-r--r--tests/auto/blackbox/testdata/sameBaseName/lib.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/sameBaseName/lib.c b/tests/auto/blackbox/testdata/sameBaseName/lib.c
new file mode 100644
index 000000000..6055ed681
--- /dev/null
+++ b/tests/auto/blackbox/testdata/sameBaseName/lib.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+extern void printHelloC()
+{
+ printf("Hello from C in " __FILE__ "\n");
+}