Sign in
cue
/
cue
/
1e14710cb373e2e36b07b62be2bb98cdf5589cb3
/
.
/
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
}