summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Bug_1904_Regression/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/Bug_1904_Regression/test.cpp')
-rw-r--r--ACE/TAO/tests/Bug_1904_Regression/test.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/ACE/TAO/tests/Bug_1904_Regression/test.cpp b/ACE/TAO/tests/Bug_1904_Regression/test.cpp
new file mode 100644
index 00000000000..baf2e177689
--- /dev/null
+++ b/ACE/TAO/tests/Bug_1904_Regression/test.cpp
@@ -0,0 +1,12 @@
+// $Id$
+#include "testS.h"
+
+class con_i : public virtual POA_con
+{
+};
+
+int
+ACE_TMAIN(int, ACE_TCHAR *[])
+{
+ return 0;
+}