#ifndef _T_SPLIT_H_ #define _T_SPLIT_H_ #include "cutee.h" struct TEST_CLASS( split_test ) { void TEST_FUNCTION( one ); void TEST_FUNCTION( two ); private: int i; }; #endif