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