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