according to standard 3.6.1.2, the signature of `main` should be `int main(int argc, char* argv[])`. documentation has it right, `BENCHMARK_MAIN` is wrong. this hinders integration with other libraries.