Skip to content
Snippets Groups Projects
Commit d2cfde74 authored by Nicolas Noble's avatar Nicolas Noble
Browse files

Forgot to add the test file.

parent c70752af
No related branches found
No related tags found
No related merge requests found
#include <google/protobuf/descriptor.h>
#include <google/protobuf/descriptor.pb.h>
bool protobuf_test(const google::protobuf::MethodDescriptor *method) {
return method->client_streaming() || method->server_streaming();
}
int main() {
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment