summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1904_Regression/test.cpp
blob: 43e2c70132e127181e74f28831250ec915be401a (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
main (int , char *[])
{
  return 0;
}