diff options
Diffstat (limited to 'Tests/ObjectLibrary/B/b1.c')
-rw-r--r-- | Tests/ObjectLibrary/B/b1.c | 2 |
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 0000000..fdeffe4 --- /dev/null +++ b/Tests/ObjectLibrary/B/b1.c @@ -0,0 +1,2 @@ +#include "b.h" +EXPORT_B int b1(void) { return 0; } |