Sign in
cue
/
cue
/
830cfbc50e635a28391bf7f5064523eebed81123
/
.
/
encoding
/
protobuf
/
testdata
/
acme
/
test.proto
blob: 2cda70d5384af6007deeaa51e8cce7cc94a4098d [
file
] [
log
] [
blame
]
syntax
=
"proto3"
;
package
acme
.
test
;
message
Test
{
// doc comment
option
(
yoyo
.
foo
)
=
true
;
// line comment
option
(
yoyo
.
bar
)
=
false
;
int32
test
=
1
;
}