blob: 07879c953e6d2863f17e49589b925ea231a50660 [file] [log] [blame]
syntax = "proto2";
package oneoftest;
message Foo {
oneof bar {
string get_bar = 1;
}
}