mirror of
https://github.com/google/pebble.git
synced 2025-12-02 04:02:24 -05:00
Import of the watch repository from Pebble
This commit is contained in:
17
third_party/nanopb/tests/regression/issue_494/submessage.proto
vendored
Normal file
17
third_party/nanopb/tests/regression/issue_494/submessage.proto
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
syntax = "proto3";
|
||||
|
||||
message SubMessage1
|
||||
{
|
||||
uint32 foo = 1;
|
||||
}
|
||||
|
||||
message SubMessage2
|
||||
{
|
||||
uint32 foo = 1;
|
||||
}
|
||||
|
||||
message SubMessage3
|
||||
{
|
||||
uint32 foo = 1;
|
||||
uint32 bar = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user