summaryrefslogtreecommitdiffstats
path: root/Tests/ObjectLibrary/B/b1.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ObjectLibrary/B/b1.c')
-rw-r--r--Tests/ObjectLibrary/B/b1.c5
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;
+}