summaryrefslogtreecommitdiff
path: root/Tests/ObjectLibrary/B/b1.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ObjectLibrary/B/b1.c')
-rw-r--r--Tests/ObjectLibrary/B/b1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/ObjectLibrary/B/b1.c b/Tests/ObjectLibrary/B/b1.c
new file mode 100644
index 000000000..fdeffe491
--- /dev/null
+++ b/Tests/ObjectLibrary/B/b1.c
@@ -0,0 +1,2 @@
+#include "b.h"
+EXPORT_B int b1(void) { return 0; }