diff options
Diffstat (limited to 'Tests/FindProtobuf/Test/main-generate-grpc.cxx')
-rw-r--r-- | Tests/FindProtobuf/Test/main-generate-grpc.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/FindProtobuf/Test/main-generate-grpc.cxx b/Tests/FindProtobuf/Test/main-generate-grpc.cxx new file mode 100644 index 0000000..070c6b4 --- /dev/null +++ b/Tests/FindProtobuf/Test/main-generate-grpc.cxx @@ -0,0 +1,6 @@ +#include <msgs/example_service.grpc.pb.h> + +int main() +{ + return 0; +} |