summaryrefslogtreecommitdiffstats
path: root/third_party/python/gyp/test/rules/src/subdir1/function2.in
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/python/gyp/test/rules/src/subdir1/function2.in')
-rw-r--r--third_party/python/gyp/test/rules/src/subdir1/function2.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/python/gyp/test/rules/src/subdir1/function2.in b/third_party/python/gyp/test/rules/src/subdir1/function2.in
new file mode 100644
index 0000000000..0fcfc03fdb
--- /dev/null
+++ b/third_party/python/gyp/test/rules/src/subdir1/function2.in
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+void function2(void)
+{
+ printf("Hello from function2.in\n");
+}