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