summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2124_Regression/test.cpp
blob: 6002cf0c9e9e308a0a73fdad81bcc30cb700b1c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * @file test.cpp
 *
 * $Id$
 */

#include "TestC.h"

int main( int argc, char* argv[] )
{
   ACE_UNUSED_ARG( argc ) ;
   ACE_UNUSED_ARG( argv ) ;

   return 0 ;
}