summaryrefslogtreecommitdiff
path: root/Tests/ExportImport/Export/testLibCycleB2.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ExportImport/Export/testLibCycleB2.c')
-rw-r--r--Tests/ExportImport/Export/testLibCycleB2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/ExportImport/Export/testLibCycleB2.c b/Tests/ExportImport/Export/testLibCycleB2.c
new file mode 100644
index 000000000..ff1209302
--- /dev/null
+++ b/Tests/ExportImport/Export/testLibCycleB2.c
@@ -0,0 +1,2 @@
+extern int testLibCycleA3(void);
+int testLibCycleB2(void) { return testLibCycleA3(); }