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