summaryrefslogtreecommitdiff
path: root/Source/ThirdParty/gyp/test/dependency-copy/src/file2.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/ThirdParty/gyp/test/dependency-copy/src/file2.c')
-rw-r--r--Source/ThirdParty/gyp/test/dependency-copy/src/file2.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/ThirdParty/gyp/test/dependency-copy/src/file2.c b/Source/ThirdParty/gyp/test/dependency-copy/src/file2.c
new file mode 100644
index 000000000..ed45cc012
--- /dev/null
+++ b/Source/ThirdParty/gyp/test/dependency-copy/src/file2.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main(int argc, char *argv[])
+{
+ printf("Hello from file2.c\n");
+ return 0;
+}