summaryrefslogtreecommitdiff
path: root/deps/gyp/test/compilable/src/lib1.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/compilable/src/lib1.hpp')
-rw-r--r--deps/gyp/test/compilable/src/lib1.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/gyp/test/compilable/src/lib1.hpp b/deps/gyp/test/compilable/src/lib1.hpp
new file mode 100644
index 0000000000..72e63e8acd
--- /dev/null
+++ b/deps/gyp/test/compilable/src/lib1.hpp
@@ -0,0 +1,6 @@
+#ifndef _lib1_hpp
+#define _lib1_hpp
+
+extern void lib1_function(void);
+
+#endif