summaryrefslogtreecommitdiff
path: root/deps/gyp/test/generator-output/rules/subdir1/function1.in1
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/generator-output/rules/subdir1/function1.in1')
-rw-r--r--deps/gyp/test/generator-output/rules/subdir1/function1.in16
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/gyp/test/generator-output/rules/subdir1/function1.in1 b/deps/gyp/test/generator-output/rules/subdir1/function1.in1
new file mode 100644
index 0000000000..545e7ca16b
--- /dev/null
+++ b/deps/gyp/test/generator-output/rules/subdir1/function1.in1
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+void function1(void)
+{
+ printf("Hello from function1.in1\n");
+}