summaryrefslogtreecommitdiff
path: root/deps/gyp/test/rules/src/subdir3/function3.in
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/rules/src/subdir3/function3.in')
-rw-r--r--deps/gyp/test/rules/src/subdir3/function3.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/gyp/test/rules/src/subdir3/function3.in b/deps/gyp/test/rules/src/subdir3/function3.in
new file mode 100644
index 0000000000..99f46ab05e
--- /dev/null
+++ b/deps/gyp/test/rules/src/subdir3/function3.in
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+extern "C" void function3(void)
+{
+ printf("Hello from function3.in\n");
+}