blob: 7b3f774397cbac47f7a4e9aec233ef90284ca424 [file] [log] [blame]
#include <boost/test/prg_exec_monitor.hpp> // this header is optional
//____________________________________________________________________________//
int cpp_main( int, char* [] ) // note the name
{
return 5;
}
//____________________________________________________________________________//