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