pebble/third_party/nanopb/tests/regression/issue_453/test.proto

8 lines
93 B
Protocol Buffer
Raw Permalink Normal View History

syntax = 'proto2';
message MyMessage
{
optional float myfield = 1 [default = 1.234];
}