summaryrefslogtreecommitdiff
path: root/Source/ThirdParty/gyp/test/link-objects/extra.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/ThirdParty/gyp/test/link-objects/extra.c')
-rw-r--r--Source/ThirdParty/gyp/test/link-objects/extra.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/ThirdParty/gyp/test/link-objects/extra.c b/Source/ThirdParty/gyp/test/link-objects/extra.c
new file mode 100644
index 000000000..1d7ee09b1
--- /dev/null
+++ b/Source/ThirdParty/gyp/test/link-objects/extra.c
@@ -0,0 +1,5 @@
+#include <stdio.h>
+
+void extra() {
+ printf("PASS\n");
+}