summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1904_Regression/test.cpp
blob: 571f46e114be7fad86e5ed2855f14e899be3bb11 (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 argc, ACE_TCHAR *argv[])
{
  return 0;
}