Merge commit '0f6aab9da6fe982218a01f4a5b896e65fcced437' as 'third_party/flatbuffers'
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
include "include_test1.fbs";
|
||||
include "sub/include_test2.fbs"; // should be skipped
|
||||
|
||||
namespace MyGame.OtherNameSpace;
|
||||
|
||||
enum FromInclude:long { IncludeVal }
|
||||
|
||||
struct Unused { a:int; }
|
||||
|
||||
table TableB {
|
||||
a:TableA;
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
table Pizza {
|
||||
size: int;
|
||||
}
|
||||
Reference in New Issue
Block a user