summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Import/A/imp_testLib8.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ExportImport/Import/A/imp_testLib8.c')
-rw-r--r--Tests/ExportImport/Import/A/imp_testLib8.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/ExportImport/Import/A/imp_testLib8.c b/Tests/ExportImport/Import/A/imp_testLib8.c
new file mode 100644
index 0000000..2749b17
--- /dev/null
+++ b/Tests/ExportImport/Import/A/imp_testLib8.c
@@ -0,0 +1,8 @@
+
+int testLib8A(void);
+int testLib8B(void);
+
+int main()
+{
+ return (testLib8A() + testLib8B());
+}