summaryrefslogtreecommitdiffstats
path: root/Tests/FindProtobuf/Test/main-protoc.cxx
blob: 64e5ada4a7b519ad2e175846d3d724bbab47f67e (plain)
1
2
3
4
5
6
7
8
#include <google/protobuf/compiler/command_line_interface.h>

int main()
{
  google::protobuf::compiler::CommandLineInterface();

  return 0;
}