Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
485256f2d06f2e9bd31300a7f2013b607b322c21
/
.
/
Tests
/
FindProtobuf
/
Test
/
main.cxx
blob: 87d5c12e207148101d15fc829ce2a03bc3a3998d [
file
]
#include
<google/protobuf/stubs/common.h>
int
main
()
{
GOOGLE_PROTOBUF_VERIFY_VERSION
;
return
0
;
}