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