summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1812_Regression/test.cpp
blob: d3b463ab1f13012978d0ace1325694e79cd34f60 (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
main (int, char *[])
{
  return 0;
}