blob: 52da9655469ed5f219dde2195d25ea15b7b732b4 [file] [log] [blame]
#include <iostream>
#include <boost/test/included/prg_exec_monitor.hpp>
//____________________________________________________________________________//
int cpp_main( int, char* [] ) // note name cpp_main, not main.
{
std::cout << "Hello, world\n";
return 0;
}
//____________________________________________________________________________//