summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Export/testLibCycleB1.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ExportImport/Export/testLibCycleB1.c')
-rw-r--r--Tests/ExportImport/Export/testLibCycleB1.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/ExportImport/Export/testLibCycleB1.c b/Tests/ExportImport/Export/testLibCycleB1.c
index 36cb7b0..d152857 100644
--- a/Tests/ExportImport/Export/testLibCycleB1.c
+++ b/Tests/ExportImport/Export/testLibCycleB1.c
@@ -1,2 +1,5 @@
extern int testLibCycleA2(void);
-int testLibCycleB1(void) { return testLibCycleA2(); }
+int testLibCycleB1(void)
+{
+ return testLibCycleA2();
+}