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

class con_i : public virtual POA_con
{
};

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