Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/master
/
.
/
Tests
/
FindProtobuf
/
Test
/
main-protoc.cxx
blob: 64e5ada4a7b519ad2e175846d3d724bbab47f67e [
file
] [
edit
]
#include
<google/protobuf/compiler/command_line_interface.h>
int
main
()
{
google
::
protobuf
::
compiler
::
CommandLineInterface
();
return
0
;
}