diff options
Diffstat (limited to 'Tests/ExportImport/Export/testLibCycleA2.c')
-rw-r--r-- | Tests/ExportImport/Export/testLibCycleA2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/ExportImport/Export/testLibCycleA2.c b/Tests/ExportImport/Export/testLibCycleA2.c new file mode 100644 index 0000000..29ad46d --- /dev/null +++ b/Tests/ExportImport/Export/testLibCycleA2.c @@ -0,0 +1,2 @@ +extern int testLibCycleB2(void); +int testLibCycleA2(void) { return testLibCycleB2(); } |