Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_1904_Regression / test.cpp
blob2b1315f4c33bae3b4e00e3b360cf8fa6581da6ae
1 #include "testS.h"
3 class con_i : public virtual POA_con
5 };
7 int
8 ACE_TMAIN(int, ACE_TCHAR *[])
10 return 0;