mirror of
https://github.com/google/pebble.git
synced 2025-11-30 03:02:24 -05:00
Import of the watch repository from Pebble
This commit is contained in:
8
third_party/nanopb/tests/regression/issue_227/unaligned_uint64.proto
vendored
Normal file
8
third_party/nanopb/tests/regression/issue_227/unaligned_uint64.proto
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
syntax = "proto3";
|
||||
import 'nanopb.proto';
|
||||
|
||||
message MainMessage {
|
||||
string foo = 1 [(nanopb).max_size = 3];
|
||||
string bar = 2 [(nanopb).max_size = 8];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user