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