diff options
Diffstat (limited to 'third_party/python/gyp/test/dependency-copy/src/file2.c')
-rw-r--r-- | third_party/python/gyp/test/dependency-copy/src/file2.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/python/gyp/test/dependency-copy/src/file2.c b/third_party/python/gyp/test/dependency-copy/src/file2.c new file mode 100644 index 0000000000..cf40f57f94 --- /dev/null +++ b/third_party/python/gyp/test/dependency-copy/src/file2.c @@ -0,0 +1,7 @@ +#include <stdio.h> + +int main(void) +{ + printf("Hello from file2.c\n"); + return 0; +} |