mirror of
https://github.com/google/pebble.git
synced 2025-11-30 11:12:22 -05:00
Import of the watch repository from Pebble
This commit is contained in:
9
third_party/nanopb/tests/proto3_optional/optional.proto
vendored
Normal file
9
third_party/nanopb/tests/proto3_optional/optional.proto
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
message TestMessage {
|
||||
optional int32 opt_int = 1;
|
||||
int32 normal_int = 2;
|
||||
optional int32 opt_int2 = 3;
|
||||
int32 normal_int2 = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user