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