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;
}