summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1813_Regression/test.cpp
blob: f3c85fbb2289028130d3137d182095603929f479 (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;
}