mirror of
https://github.com/boostorg/test.git
synced 2026-01-27 19:32:11 +00:00
8 lines
155 B
C++
Executable File
8 lines
155 B
C++
Executable File
//[example_code
|
|
#include <boost/test/prg_exec_monitor.hpp> // this header is optional
|
|
|
|
int cpp_main( int, char* [] ) // note the name
|
|
{
|
|
return 5;
|
|
}
|
|
//]
|