diff options
Diffstat (limited to 'Tests/ObjectLibrary/B/b2.c')
-rw-r--r-- | Tests/ObjectLibrary/B/b2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/ObjectLibrary/B/b2.c b/Tests/ObjectLibrary/B/b2.c new file mode 100644 index 000000000..6e0d17cbe --- /dev/null +++ b/Tests/ObjectLibrary/B/b2.c @@ -0,0 +1,2 @@ +#include "b.h" +EXPORT_B int b2(void) { return 0; } |