mirror of
https://github.com/google/pebble.git
synced 2025-03-20 02:51:21 +00:00
6 lines
73 B
Protocol Buffer
6 lines
73 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message SecondOneof {
|
|
repeated int32 foo = 1;
|
|
}
|
|
|