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