mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
5 lines
76 B
Protocol Buffer
5 lines
76 B
Protocol Buffer
package proto.test;
|
|
|
|
message ImportedMessage {
|
|
optional int32 a = 26;
|
|
}
|