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