// STLport regression testsuite component. // To compile as a separate example, please #define MAIN. #include #include #ifdef MAIN #define trnsfrm1_test main #endif static int negate_int(int a_) { return -a_; } #if !defined (STLPORT) || defined(__STL_USE_NAMESPACES) using namespace std; #endif int trnsfrm1_test(int, char**) { cout<<"Results of trnsfrm1_test:"<