summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1904_Regression/test.cpp
blob: 2b1315f4c33bae3b4e00e3b360cf8fa6581da6ae (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "testS.h"

class con_i : public virtual POA_con
{
};

int
ACE_TMAIN(int, ACE_TCHAR *[])
{
  return 0;
}