xref
: /
third_party
/
protobuf
/
ruby
/
compatibility_tests
/
v3.0.0
/
tests
/
test_import.proto
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/
1
syntax = "proto3";
2
3
package foo_bar;
4
5
message TestImportedMessage {}
6