summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Export/testLib11.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ExportImport/Export/testLib11.c')
-rw-r--r--Tests/ExportImport/Export/testLib11.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/ExportImport/Export/testLib11.c b/Tests/ExportImport/Export/testLib11.c
new file mode 100644
index 0000000..b288b29
--- /dev/null
+++ b/Tests/ExportImport/Export/testLib11.c
@@ -0,0 +1,6 @@
+int testLib10(void);
+
+int testLib11(void)
+{
+ return testLib10();
+}