Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
350d249ca2c976f92c96d63e4f89f9cf00965188
/
.
/
test
/
proto
/
b.proto
blob: e69503a010301c951207032b29fb684d79df371b [
file
] [
log
] [
blame
]
syntax
=
"proto3"
;
import
"a.proto"
;
message
B
{
A a
=
1
;
}