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