summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Import/A/imp_testExeAbs1.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ExportImport/Import/A/imp_testExeAbs1.c')
-rw-r--r--Tests/ExportImport/Import/A/imp_testExeAbs1.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/Tests/ExportImport/Import/A/imp_testExeAbs1.c b/Tests/ExportImport/Import/A/imp_testExeAbs1.c
new file mode 100644
index 0000000..069c3f0
--- /dev/null
+++ b/Tests/ExportImport/Import/A/imp_testExeAbs1.c
@@ -0,0 +1,15 @@
+#include "testLibAbs1.h"
+#include "testLibAbs1a.h"
+#include "testLibAbs1b.h"
+#ifndef testLibAbs1a
+# error "testLibAbs1a not defined"
+#endif
+#ifndef testLibAbs1b
+# error "testLibAbs1b not defined"
+#endif
+int main()
+{
+ return 0
+ + testLibAbs1()
+ ;
+}