flatbuffers/tests/include_test/sub/include_test2.fbs

10 lines
149 B
Plaintext
Raw Normal View History

include "sub/include_test2.fbs"; // should be skipped
namespace MyGame.OtherNameSpace;
enum FromInclude:long { IncludeVal }
struct Unused {}