Sign in
qemu
/
meson
/
7b43a2e19613f3702935872b21b1020f7d8c6a9b
/
.
/
test cases
/
frameworks
/
5 protocol buffers
/
main.cpp
blob: f6566d52e6633fd5ece03f6f3a724b239ca948f8 [
file
] [
log
] [
blame
]
#include
"defs.pb.h"
int
main
(
int
argc
,
char
**
argv
)
{
GOOGLE_PROTOBUF_VERIFY_VERSION
;
Dummy
*
d
=
new
Dummy
;
delete
d
;
google
::
protobuf
::
ShutdownProtobufLibrary
();
return
0
;
}