#include "ad4-2.h" #ifdef HAVE_ANSI_CPLUSPLUS_HEADERS #include #else // HAVE_ANSI_CPLUSPLUS_HEADERS #include #endif // HAVE_ANSI_CPLUSPLUS_HEADERS using namespace std; int main( int argc, char *argv[] ) { //kcg main test here is to test if "ad4-2.*" generated files //really compile well. If we're here, then they probably compile. cout << "...passed" << endl; }