mirror of
https://github.com/google/pebble.git
synced 2025-11-28 10:12:23 -05:00
Import of the watch repository from Pebble
This commit is contained in:
19
third_party/nanopb/tests/regression/issue_504/test.proto
vendored
Normal file
19
third_party/nanopb/tests/regression/issue_504/test.proto
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
syntax = "proto3";
|
||||
|
||||
import "nanopb.proto";
|
||||
|
||||
message MyMessage
|
||||
{
|
||||
SubMessage submessage = 1 [(nanopb).proto3_singular_msgs = true];
|
||||
}
|
||||
|
||||
message SubMessage
|
||||
{
|
||||
string somestring = 1 [(nanopb).type = FT_POINTER];
|
||||
SubMessage2 submsg2 = 2 [(nanopb).type = FT_POINTER];
|
||||
}
|
||||
|
||||
message SubMessage2
|
||||
{
|
||||
uint32 foo = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user