summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2144_Regression/test.cpp
blob: e5f0c76b5165c20b07b458908c1ed8a10dfdffbd (plain)
1
2
3
4
5
6
7
8
9
10
// $Id$

#include "testC.h"

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