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