Imported Upstream version 3.8.0
[platform/upstream/protobuf.git] / ruby / tests / test_ruby_package.proto
1 syntax = "proto3";
2
3 package foo_bar;
4
5 option ruby_package = "A::B";
6
7 message TestRubyPackageMessage {}