mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-03 21:41:55 +00:00
94680f5483
Change-Id: I6600021b7ec8c486794349511232c3e604421c5b Tested: on Linux.
6 lines
76 B
Protocol Buffer
6 lines
76 B
Protocol Buffer
package proto.test;
|
|
|
|
message ImportedMessage {
|
|
optional int32 a = 26;
|
|
}
|