summaryrefslogtreecommitdiff
path: root/deps/gyp/test/same-gyp-name/src/subdir1/main1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/same-gyp-name/src/subdir1/main1.cc')
-rw-r--r--deps/gyp/test/same-gyp-name/src/subdir1/main1.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/gyp/test/same-gyp-name/src/subdir1/main1.cc b/deps/gyp/test/same-gyp-name/src/subdir1/main1.cc
new file mode 100644
index 0000000000..3645558324
--- /dev/null
+++ b/deps/gyp/test/same-gyp-name/src/subdir1/main1.cc
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main() {
+ printf("Hello from main1.cc\n");
+ return 0;
+}