forked from BigfootDev/flatbuffers
Add tests for flatc (#7405)
This commit is contained in:
7
tests/flatc/foo.fbs
Normal file
7
tests/flatc/foo.fbs
Normal file
@@ -0,0 +1,7 @@
|
||||
include "bar/bar.fbs";
|
||||
|
||||
table Foo {
|
||||
bar:Bar;
|
||||
}
|
||||
|
||||
root_type Foo;
|
||||
Reference in New Issue
Block a user