summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/depend-on-bundle/executable.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/mac/depend-on-bundle/executable.c')
-rw-r--r--deps/gyp/test/mac/depend-on-bundle/executable.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/gyp/test/mac/depend-on-bundle/executable.c b/deps/gyp/test/mac/depend-on-bundle/executable.c
new file mode 100644
index 0000000000..931bce637e
--- /dev/null
+++ b/deps/gyp/test/mac/depend-on-bundle/executable.c
@@ -0,0 +1,4 @@
+int f();
+int main() {
+ return f();
+}