Sign in
cue
/
cue
/
d9af603eb379f0587b2e4e73fa57464aa716bde6
/
.
/
encoding
/
protobuf
/
testdata
/
istio.io
/
api
/
other
/
trailcomment.proto
blob: c2292bf253ff140f59b109b08f003071bbaa0a54 [
file
] [
log
] [
blame
]
// Issue #586
package
foo
message
Bar
{
oneof
Foo
{
string
a
=
1
;
// hello world
string
b
=
2
;
// hello world
}
int32
c
=
3
;
// hello world
}