forked from BigfootDev/flatbuffers
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;
|
|
}
|