mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-03 21:54:14 +00:00
Added support for imports and many other .proto features.
Change-Id: I6600021b7ec8c486794349511232c3e604421c5b Tested: on Linux.
This commit is contained in:
5
tests/prototest/imported.proto
Normal file
5
tests/prototest/imported.proto
Normal file
@@ -0,0 +1,5 @@
|
||||
package proto.test;
|
||||
|
||||
message ImportedMessage {
|
||||
optional int32 a = 26;
|
||||
}
|
||||
Reference in New Issue
Block a user