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