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