diff options
Diffstat (limited to 'third_party/python/gyp/test/link-objects/base.c')
-rw-r--r-- | third_party/python/gyp/test/link-objects/base.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/python/gyp/test/link-objects/base.c b/third_party/python/gyp/test/link-objects/base.c new file mode 100644 index 0000000000..3327459205 --- /dev/null +++ b/third_party/python/gyp/test/link-objects/base.c @@ -0,0 +1,6 @@ +void extra(); + +int main(void) { + extra(); + return 0; +} |