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