summaryrefslogtreecommitdiffstats
path: root/third_party/python/gyp/test/configurations/target_platform/right.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/python/gyp/test/configurations/target_platform/right.c')
-rw-r--r--third_party/python/gyp/test/configurations/target_platform/right.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/python/gyp/test/configurations/target_platform/right.c b/third_party/python/gyp/test/configurations/target_platform/right.c
new file mode 100644
index 0000000000..b1578492fe
--- /dev/null
+++ b/third_party/python/gyp/test/configurations/target_platform/right.c
@@ -0,0 +1,3 @@
+const char *message(void) {
+ return "right";
+}