//[example26 #include // this header is optional int cpp_main( int, char* [] ) // note the name { return 5; } //]