summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1812_Regression/test.cpp
blob: 3073c4356d9eaa07000755d4047ccd7571090806 (plain)
1
2
3
4
5
6
7
8
9
10
#include "TestS.h"

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