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