allwinner_a64/android/external/flatbuffers/tests/include_test2.fbs
2018-08-08 16:14:42 +08:00

9 lines
145 B
Text

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