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