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