xref
: /
aosp_15_r20
/
external
/
protobuf
/
ruby
/
tests
/
test_import_proto2.proto
(revision 1b3f573f81763fcece89efc2b6a5209149e44ab8)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
syntax = "proto2";
2
3
package
foo_bar.proto2
;
4
5
message TestImportedMessage {}
6