summaryrefslogtreecommitdiff
path: root/deps/gyp/test/make/noload/lib/shared.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/make/noload/lib/shared.c')
-rw-r--r--deps/gyp/test/make/noload/lib/shared.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/gyp/test/make/noload/lib/shared.c b/deps/gyp/test/make/noload/lib/shared.c
new file mode 100644
index 0000000000..51776c5acf
--- /dev/null
+++ b/deps/gyp/test/make/noload/lib/shared.c
@@ -0,0 +1,3 @@
+#include "shared.h"
+
+const char kSharedStr[] = "shared.c";