summaryrefslogtreecommitdiff
path: root/deps/gyp/test/same-source-file-name/src/subdir2/func.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/same-source-file-name/src/subdir2/func.c')
-rw-r--r--deps/gyp/test/same-source-file-name/src/subdir2/func.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/gyp/test/same-source-file-name/src/subdir2/func.c b/deps/gyp/test/same-source-file-name/src/subdir2/func.c
new file mode 100644
index 0000000000..0248b5720e
--- /dev/null
+++ b/deps/gyp/test/same-source-file-name/src/subdir2/func.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+void subdir2_func(void)
+{
+ printf("Hello %s from subdir2/func.c\n", PROG);
+}