pebble/third_party/nanopb/tests/generator_relative_paths/test.proto

8 lines
111 B
Protocol Buffer

syntax="proto3";
import "nanopb.proto";
message TestMessage {
string foo = 1 [(nanopb).max_size = 16];
}