summaryrefslogtreecommitdiff
path: root/deps/gyp/test/library_dirs/subdir/mylib.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/library_dirs/subdir/mylib.h')
-rw-r--r--deps/gyp/test/library_dirs/subdir/mylib.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/deps/gyp/test/library_dirs/subdir/mylib.h b/deps/gyp/test/library_dirs/subdir/mylib.h
new file mode 100644
index 0000000000..84b4022e7b
--- /dev/null
+++ b/deps/gyp/test/library_dirs/subdir/mylib.h
@@ -0,0 +1,12 @@
+// Copyright (c) 2013 Google Inc. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef TEST_LIBRARY_DIRS_SUBDIR_MYLIB_H
+#define TEST_LIBRARY_DIRS_SUBDIR_MYLIB_H
+
+#include <string>
+
+std::string my_foo(int);
+
+#endif // TEST_LIBRARY_DIRS_SUBDIR_MYLIB_H