summaryrefslogtreecommitdiff
path: root/Tests/ExportImport/Import/A/cmp0022NEW_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ExportImport/Import/A/cmp0022NEW_test.cpp')
-rw-r--r--Tests/ExportImport/Import/A/cmp0022NEW_test.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/Tests/ExportImport/Import/A/cmp0022NEW_test.cpp b/Tests/ExportImport/Import/A/cmp0022NEW_test.cpp
new file mode 100644
index 000000000..587834987
--- /dev/null
+++ b/Tests/ExportImport/Import/A/cmp0022NEW_test.cpp
@@ -0,0 +1,12 @@
+
+#ifndef USING_TESTLIB2
+#error Expected USING_TESTLIB2
+#endif
+#ifdef USING_TESTLIB3
+#error Unexpected USING_TESTLIB3
+#endif
+
+int main(void)
+{
+ return 0;
+}