Sign in
cue
/
cue
/
830cfbc50e635a28391bf7f5064523eebed81123
/
.
/
encoding
/
protobuf
/
testdata
/
trailcomment.proto.out.cue
blob: 43228f1aeec462e0d8da5a505e2fa4204e700eb0 [
file
] [
log
] [
blame
]
// Issue #586
package
foo
#Bar: {
{}
|
{
a
:
string
@protobuf
(
1
)
// hello world
}
|
{
b
:
string
@protobuf
(
2
)
// hello world
}
c
?:
int32
@protobuf
(
3
)
// hello world
}