diff options
Diffstat (limited to 'third_party/python/gyp/test/link-objects/extra.c')
-rw-r--r-- | third_party/python/gyp/test/link-objects/extra.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/python/gyp/test/link-objects/extra.c b/third_party/python/gyp/test/link-objects/extra.c new file mode 100644 index 0000000000..1d7ee09b10 --- /dev/null +++ b/third_party/python/gyp/test/link-objects/extra.c @@ -0,0 +1,5 @@ +#include <stdio.h> + +void extra() { + printf("PASS\n"); +} |