diff options
Diffstat (limited to 'Tests/ExportImport/Export/testLibCycleB2.c')
-rw-r--r-- | Tests/ExportImport/Export/testLibCycleB2.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/ExportImport/Export/testLibCycleB2.c b/Tests/ExportImport/Export/testLibCycleB2.c index ff12093..18cd4f6 100644 --- a/Tests/ExportImport/Export/testLibCycleB2.c +++ b/Tests/ExportImport/Export/testLibCycleB2.c @@ -1,2 +1,5 @@ extern int testLibCycleA3(void); -int testLibCycleB2(void) { return testLibCycleA3(); } +int testLibCycleB2(void) +{ + return testLibCycleA3(); +} |