flatbuffers/tests/include_test/include_test1.fbs

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;
}