Sign in
cue
/
cue
/
8661255524f214b394778159810789ddb1dcad9e
/
.
/
encoding
/
protobuf
/
testdata
/
trailcomment.proto.out.cue
blob: 346f7b234e25114c28ccfc3dca20616b67fed876 [
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
}