mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 12:05:50 +00:00
6 lines
76 B
Protocol Buffer
6 lines
76 B
Protocol Buffer
package proto.test;
|
|
|
|
message ImportedMessage {
|
|
optional int32 a = 26;
|
|
}
|