mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 20:15:34 +00:00
8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
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;
|
|
}
|