mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 09:51:12 +00:00
7 lines
191 B
Text
7 lines
191 B
Text
include "sub/include_test2.fbs";
|
|
include "sub/include_test2.fbs"; // should be skipped
|
|
include "include_test1.fbs"; // should be skipped
|
|
|
|
table TableA {
|
|
b:MyGame.OtherNameSpace.TableB;
|
|
}
|