summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1812_Regression/test.cpp
blob: 62d9335d9cdf0007331a1ab74e0a253a9c5af740 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// $Id$

#include "TestS.h"

/**
* This test does not run - successful compile and link == successful test.
*/
int
ACE_TMAIN (int, ACE_TCHAR *[])
{
  return 0;
}