summaryrefslogtreecommitdiff
path: root/deps/gyp/test/home_dot_gyp/src/printfoo.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/home_dot_gyp/src/printfoo.c')
-rw-r--r--deps/gyp/test/home_dot_gyp/src/printfoo.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/deps/gyp/test/home_dot_gyp/src/printfoo.c b/deps/gyp/test/home_dot_gyp/src/printfoo.c
new file mode 100644
index 0000000000..9bb67181b9
--- /dev/null
+++ b/deps/gyp/test/home_dot_gyp/src/printfoo.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main(void)
+{
+ printf("FOO is %s\n", FOO);
+ return 0;
+}