summaryrefslogtreecommitdiff
path: root/Tests/ExportImport/Import/A/imp_testLib9.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ExportImport/Import/A/imp_testLib9.c')
-rw-r--r--Tests/ExportImport/Import/A/imp_testLib9.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/Tests/ExportImport/Import/A/imp_testLib9.c b/Tests/ExportImport/Import/A/imp_testLib9.c
new file mode 100644
index 000000000..e014857ec
--- /dev/null
+++ b/Tests/ExportImport/Import/A/imp_testLib9.c
@@ -0,0 +1,16 @@
+#ifndef testLib9ObjPub_USED
+# error "testLib9ObjPub_USED not defined!"
+#endif
+#ifdef testLib9ObjPriv_USED
+# error "testLib9ObjPriv_USED defined but should not be!"
+#endif
+#ifndef testLib9ObjIface_USED
+# error "testLib9ObjIface_USED not defined!"
+#endif
+
+int testLib9(void);
+
+int main()
+{
+ return testLib9();
+}