1 2 3 4 5 6 7 8
#include <google/protobuf/compiler/command_line_interface.h> int main() { google::protobuf::compiler::CommandLineInterface(); return 0; }