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