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